diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index edcb4ff155..39dcbb896c 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -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>