We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b497 commit a7ba8ceCopy full SHA for a7ba8ce
browser/web.config
@@ -9,7 +9,7 @@
9
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
10
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
11
</conditions>
12
- <action type="Rewrite" url="/angular-examples/" />
+ <action type="Rewrite" url="/angular-demos-dv/" />
13
</rule>
14
<rule name="Angular Root Redirect" enabled="true" stopProcessing="true">
15
<match url="^/?$" />
0 commit comments