We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66ff9fc + af847d7 commit a50146dCopy full SHA for a50146d
docs/guides/basics/Histories.md
@@ -74,7 +74,7 @@ If you're using nginx, use the [`try_files` directive](http://nginx.org/en/docs/
74
server {
75
...
76
location / {
77
- try_files $uri /index.html
+ try_files $uri /index.html;
78
}
79
80
```
0 commit comments