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 640ba8b + c9676f2 commit f4096a6Copy full SHA for f4096a6
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