We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc2947 commit a492245Copy full SHA for a492245
.github/assets/nginx.conf
@@ -6,6 +6,6 @@ server {
6
error_page 404 /404.html;
7
8
location / {
9
- try_files $uri.html $uri $uri/ /index.html;
+ try_files $uri.html $uri $uri/ =404;
10
}
11
0 commit comments