Concepts
NEXT_PUBLIC_
A required prefix for environment variable names in Next.js when the value needs to be accessible in the browser; without it, the variable is available on the server only.
Concepts
A required prefix for environment variable names in Next.js when the value needs to be accessible in the browser; without it, the variable is available on the server only.