Skip to content

Commit c9c5534

Browse files
committed
Fix GitHub file integration with example page.
1 parent f7ca34d commit c9c5534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MyApp/Components/Shared/ExampleCode.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
string? contents = "";
3939

40-
public static string GalleryCodeBaseUrl { get; set; } = "https://github.com/NetCoreApps/BlazorGallery/tree/main/Gallery.Server/Pages";
40+
public static string GalleryCodeBaseUrl { get; set; } = "https://github.com/NetCoreApps/BlazorGallery/tree/main/MyApp/Components/Pages";
4141

42-
public static string GalleryPreviewBaseUrl { get; set; } = "https://raw.githubusercontent.com/NetCoreApps/BlazorGallery/main/Gallery.Server/Pages";
42+
public static string GalleryPreviewBaseUrl { get; set; } = "https://raw.githubusercontent.com/NetCoreApps/BlazorGallery/main/MyApp/Components/Pages";
4343

4444
protected override async Task OnAfterRenderAsync(bool firstRender)
4545
{

0 commit comments

Comments
 (0)