Why my .env variable which i put in the enviroment variable is shown in the sources of my deployed website
@shole Because having values as environment variables only keeps them separate from your codebase, how you use them during build and where they end up is up to your project.
If you’ve referenced it in front-end code, then it’s going to get stored in front-end code.
1 Like