We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ae562 commit 4055080Copy full SHA for 4055080
astro.config.mjs
@@ -18,7 +18,7 @@ export default defineConfig({
18
SUPABASE_SERVICE_ROLE_KEY: envField.string({ context: 'server', access: 'secret' }),
19
CF_CAPTCHA_SITE_KEY: envField.string({
20
context: 'server',
21
- access: 'public',
+ access: 'secret',
22
default: '1x00000000000000000000AA',
23
}),
24
CF_CAPTCHA_SECRET_KEY: envField.string({ context: 'server', access: 'secret' }),
0 commit comments