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.
1 parent 66ff9fc commit af847d7Copy full SHA for af847d7
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