Skip to content

Commit 57f0480

Browse files
committed
chore(*): update web.config fallback url to support client side rendered routes in prerendered app
1 parent 6adf135 commit 57f0480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
2727
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
2828
</conditions>
29-
<action type="Rewrite" url="/angular-demos/" />
29+
<action type="Rewrite" url="/angular-demos/index.csr.html" />
3030
</rule>
3131
<rule name="Angular Root Redirect" enabled="true" stopProcessing="true">
3232
<match url="^/?$" />

0 commit comments

Comments
 (0)