Skip to content

Commit

Permalink
Update error page to display 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Oct 24, 2023
1 parent 5e9cbcf commit 2a5dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ http {
add_header Content-Type application/javascript;
}

error_page 404 /index.html;
error_page 404 /404.html;
}
}

0 comments on commit 2a5dd51

Please sign in to comment.