mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 00:50:06 +03:00
Revert "add SPA handling to web.config"
This reverts commit 235a07d251b18102c9c7e13e2df4bb93987aa431.
This commit is contained in:
@@ -4,16 +4,5 @@
|
||||
<staticContent>
|
||||
<mimeMap fileExtension="." mimeType="application/json" />
|
||||
</staticContent>
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="SPA Redirect" stopProcessing="false">
|
||||
<match url="(.*)" />
|
||||
<conditions>
|
||||
<add input="{REQUEST_FILENAME}"/>
|
||||
</conditions>
|
||||
<action type="Rewrite" url="index.html" appendQueryString="true" />
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user