Skip to content

Commit c9676f2

Browse files
committed
fix nginx config
1 parent 640ba8b commit c9676f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
# and may or may not bear any resemblance to when the resource changed
1414
add_header Last-Modified "";
1515

16-
try_files $uri /$uri /index.html;
16+
try_files $uri $uri/ /index.html;
1717
}
1818

1919
# assets can be cached because they have hashed filenames

0 commit comments

Comments
 (0)