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!~ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm also facing the same issue, but deployed in vercel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 restart
Beta Was this translation helpful? Give feedback.
All reactions