diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index 5d3a335..1a0e876 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -22,7 +22,7 @@
diff --git a/Program.cs b/Program.cs index 5a3539a..d522d8a 100644 --- a/Program.cs +++ b/Program.cs @@ -35,7 +35,7 @@ public static class WebsiteKeys { - public const string GitHubRepo = "https://github.com/tesar-tech/blazorStaticMinimalBlog"; + public const string GitHubRepo = "https://github.com/BlazorStatic/BlazorStaticMinimalBlog"; public const string X = "https://x.com/"; public const string Title = "BlazorStatic Minimal Blog"; public const string BlogPostStorageAddress = $"{GitHubRepo}/tree/main/Content/Blog";