Skip to content

Commit a492245

Browse files
committed
fix
1 parent dbc2947 commit a492245

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)