Set all three of these 👆🏼 ENV variables in a .env file at the root of your codebase.
https://vite.dev/guide/env-and-mode.html#env-files
Make sure to ALSO add ‘.env*’ to your .gitignore file so that the secret api key does NOT end up pushed to your GitHub.