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 640ba8b commit c9676f2Copy full SHA for c9676f2
config/nginx.conf
@@ -13,7 +13,7 @@ server {
13
# and may or may not bear any resemblance to when the resource changed
14
add_header Last-Modified "";
15
16
- try_files $uri /$uri /index.html;
+ try_files $uri $uri/ /index.html;
17
}
18
19
# assets can be cached because they have hashed filenames
0 commit comments