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 b1135a7 commit 8941e60Copy full SHA for 8941e60
astro.config.mjs
@@ -19,9 +19,15 @@ export default defineConfig({
19
CF_CAPTCHA_SITE_KEY: envField.string({
20
context: 'server',
21
access: 'secret',
22
- default: '1x00000000000000000000AA',
+ // localhost - always pass
23
+ // default: '1x00000000000000000000AA',
24
+ }),
25
+ CF_CAPTCHA_SECRET_KEY: envField.string({
26
+ context: 'server',
27
+ access: 'secret',
28
29
+ // default: '1x0000000000000000000000000000000AA',
30
}),
- CF_CAPTCHA_SECRET_KEY: envField.string({ context: 'server', access: 'secret' }),
31
},
32
33
vite: {
0 commit comments