Skip to content

Commit 28317f6

Browse files
committed
staticwebapp.config.json file added.
1 parent 03c6e9c commit 28317f6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

BlazorExpress.ChartJS.Demo.WebAssembly/BlazorExpress.ChartJS.Demo.WebAssembly.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<_ContentIncludedByDefault Remove="wwwroot\staticwebapp.config.json" />
11+
</ItemGroup>
12+
913
<ItemGroup>
1014
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
1115
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"navigationFallback": {
3+
"rewrite": "/index.html",
4+
"exclude": [ "/images/*.{png,jpg,gif}", "/css/*" ]
5+
}
6+
}

0 commit comments

Comments
 (0)