How to override the `_next` folder during `next export`
Unanswered
Red-throated Loon posted this in #help-forum
Red-throated LoonOP
Hello Next devs
We are trying to build a chrome extension using NextJS. When doing
However google chrome doesn't accepts folders which starts with an underscore
Question: How can we tell next the folder name to use
We are trying to build a chrome extension using NextJS. When doing
next export, next creates a folder _next that holds all the build files. However google chrome doesn't accepts folders which starts with an underscore
_ Question: How can we tell next the folder name to use