Powered by
Looks like NextJS folks don't like that and sugges...
# questions
s
SeriousBug
05/01/2022, 8:39 AM
Looks like NextJS folks don't like that and suggest serving with a web server:
https://github.com/vercel/next.js/issues/2581
Or it looks like you could set
assetsPrefix
to the full path to the root in the filesystem, which is a very ugly solution
Previous
Next