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 8f0a0641e2
commit 150bac310f

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>