Replies: 2 comments
-
Good idea, well done! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Made a draft PR for this idea: #67791 :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Make prefix
NEXT_PUBLIC_
configurableNon-Goals
No response
Background
Making software that is built on top of Next.js requires configuring variables prefixed with
NEXT_PUBLIC_
. This is confusing for end user who are not familiar with Next.js. People are wondering that is "NEXT". It also expose implementation details which is not a good practiceProposal
Make prefix configurable so I can rename it to for example
MYAPP_PUBLIC_
Beta Was this translation helpful? Give feedback.
All reactions