docs: fix deployment sample path (#22048)

PR Close #22048
This commit is contained in:
Kapunahele Wong 2018-02-06 15:31:21 -05:00 committed by Victor Berchet
parent 45eff4cc65
commit 9eecb0b27f
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ modified to serve `index.html`:
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/src/" />
<action type="Rewrite" url="/index.html" />
</rule>
</rules>
</rewrite>