This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read Turnstile keys from environment variables
Turstile no longer reads the site key from the `turnstile` property of `nuxt.config.ts`, instead it reads it from the runtime config. I've set the properties to empty values, as without that they cannot be set using the environment variables. The actual keys must now be set via the `NUXT_PUBLIC_TURNSTILE_SITE_KEY` and `NUXT_TURNSTILE_SECRET_KEY` environment variables.
- Loading branch information