- Dynamic routes not working if refresh or directly type the address. Refer Solution #1 or Solution 2
- Internationalize routing not working, need to build the feature by yourself
- Middleware not supported
Set server config to load HTML file
vercel/next.js#10522 (comment) vercel/next.js#32375 (comment)
getStaticProps() and getStaticPaths()
https://stackoverflow.com/a/63716742/417899
Use hash /post#<post_id> or query param /post?id=123