I'm not sure if I correctly understand the docs.
The public folder is not supported at all?
Rewrite Limitations: Rewrites in Next.js configuration can’t point to static files in the public directory.
Shouldn't the plugin handle supporting the public folder by default?
I have to provide .next as publish directory for it to work, that means the public folder is missing.
How can I make the public folder available to netlify so that it is included in the deployed bundle?
Docs: https://docs.netlify.com/build/frameworks/framework-setup-guides/nextjs/overview/
I'm not sure if I correctly understand the docs.
The public folder is not supported at all?
Shouldn't the plugin handle supporting the public folder by default?
I have to provide .next as publish directory for it to work, that means the public folder is missing.
How can I make the public folder available to netlify so that it is included in the deployed bundle?
Docs: https://docs.netlify.com/build/frameworks/framework-setup-guides/nextjs/overview/