Replies: 2 comments 2 replies
-
you can use the new app router and create your own layout that does not have id="_next" , the next_data could be replaced by server-components , about the /_next prefix have a look at this issue: |
Beta Was this translation helpful? Give feedback.
-
Grep through all your built files and replace _next with something else, i.e.
In this example I want to use You'd probably also need to rename the _next/ directory to your new naming as well. Take this with a grain of salt but it works for me. Probably worth noting I build to static. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
No response
Background
Our company does not want others to directly see that we have used the next technology stack, as requested by our leaders
Proposal
Can I modify it?
Beta Was this translation helpful? Give feedback.
All reactions