Skip to content

Commit a7ba8ce

Browse files
authored
Update web.config
update rewrite
1 parent 6b1b497 commit a7ba8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/web.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
1010
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
1111
</conditions>
12-
<action type="Rewrite" url="/angular-examples/" />
12+
<action type="Rewrite" url="/angular-demos-dv/" />
1313
</rule>
1414
<rule name="Angular Root Redirect" enabled="true" stopProcessing="true">
1515
<match url="^/?$" />

0 commit comments

Comments
 (0)