Hi Grace! When you add the prefix NEXT_PUBLIC_ to your env variables, Next.js will make it available on the browser. For example:
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID='your_google_analytics_id'
Note that it is not advisable to expose sensitive variables to the browser.
Let me know if this works or not :)