diff --git a/VoidCat/Program.cs b/VoidCat/Program.cs index e9744ff..f3f79a5 100644 --- a/VoidCat/Program.cs +++ b/VoidCat/Program.cs @@ -110,9 +110,7 @@ static class Program ep.MapControllers(); ep.MapMetrics(); ep.MapRazorPages(); -#if HostSPA ep.MapFallbackToFile("index.html"); -#endif }); await app.RunAsync(); diff --git a/VoidCat/VoidCat.csproj b/VoidCat/VoidCat.csproj index 49afa01..3c40ad1 100644 --- a/VoidCat/VoidCat.csproj +++ b/VoidCat/VoidCat.csproj @@ -60,9 +60,6 @@ Dockerfile - - nospa.dockerfile - README.md