title |
---|
Cannot output to /public |
Either you set distDir
to public
in your next.config.js
or during next export
you tried to export to the public
directory.
This is not allowed because public
is used by Next.js to serve static assets.
Use a different distDir
or export to a different folder.