Skip to content

Commit 4055080

Browse files
committed
chore: site key runtime
1 parent 73ae562 commit 4055080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
SUPABASE_SERVICE_ROLE_KEY: envField.string({ context: 'server', access: 'secret' }),
1919
CF_CAPTCHA_SITE_KEY: envField.string({
2020
context: 'server',
21-
access: 'public',
21+
access: 'secret',
2222
default: '1x00000000000000000000AA',
2323
}),
2424
CF_CAPTCHA_SECRET_KEY: envField.string({ context: 'server', access: 'secret' }),

0 commit comments

Comments
 (0)