We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ca34d commit c9c5534Copy full SHA for c9c5534
1 file changed
MyApp/Components/Shared/ExampleCode.razor
@@ -37,9 +37,9 @@
37
38
string? contents = "";
39
40
- public static string GalleryCodeBaseUrl { get; set; } = "https://github.com/NetCoreApps/BlazorGallery/tree/main/Gallery.Server/Pages";
+ public static string GalleryCodeBaseUrl { get; set; } = "https://github.com/NetCoreApps/BlazorGallery/tree/main/MyApp/Components/Pages";
41
42
- public static string GalleryPreviewBaseUrl { get; set; } = "https://raw.githubusercontent.com/NetCoreApps/BlazorGallery/main/Gallery.Server/Pages";
+ public static string GalleryPreviewBaseUrl { get; set; } = "https://raw.githubusercontent.com/NetCoreApps/BlazorGallery/main/MyApp/Components/Pages";
43
44
protected override async Task OnAfterRenderAsync(bool firstRender)
45
{
0 commit comments