Replies: 2 comments 1 reply
|
Yes if you are using nginx you need to apply a SPA rule to make sure all your sub url are appointed to the index.html, I will add this part in the document for others to take notice of this. Thanks!~ |
0 replies
I'm also facing the same issue, but deployed in vercel. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After the blog was deployed in nginx, there was a 404 problem on the secondary page.
For example, /about page, refresh will show 404,Or just copy the link and open it, and 404 will also appear.
I solved it like this
Modify the Nginx file:
Restart nginx:
sudo service nginx restartAll reactions