We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adf135 commit 57f0480Copy full SHA for 57f0480
web.config
@@ -26,7 +26,7 @@
26
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
27
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
28
</conditions>
29
- <action type="Rewrite" url="/angular-demos/" />
+ <action type="Rewrite" url="/angular-demos/index.csr.html" />
30
</rule>
31
<rule name="Angular Root Redirect" enabled="true" stopProcessing="true">
32
<match url="^/?$" />
0 commit comments