How to add .env variables when deploying from github
Hi, one quick question:
Thanks!
- I have a React application done using Vite.
- In github there is a .env-example file that in development is copied to an .env
- But when I deploy to pages there is no way to add a production .env
Thanks!