Skip to content

Commit 4991d15

Browse files
authored
Merge pull request 0xPolygon#508 from 0xPolygon/fix-404
fix
2 parents dbc2947 + a492245 commit 4991d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/assets/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ server {
66
error_page 404 /404.html;
77

88
location / {
9-
try_files $uri.html $uri $uri/ /index.html;
9+
try_files $uri.html $uri $uri/ =404;
1010
}
1111
}

0 commit comments

Comments
 (0)