This commit is contained in:
King
2025-10-07 23:05:20 +03:30
parent c4486a2536
commit 9ba4ea1815
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<BlazorCacheBootResources>false</BlazorCacheBootResources>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>

View File

@@ -1,3 +1,2 @@
@page "/"
@attribute [AllowAnonymous]
@attribute [Route(RouteConstance.HomePage)]
<h1>Hello, world!</h1>