Next.js Discord

Discord Forum

How to override the `_next` folder during `next export`

Unanswered
Red-throated Loon posted this in #help-forum
Open in Discord
Red-throated LoonOP
Hello Next devs

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

0 Replies