Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Fix Turnstile unable to read the siteKey (#1728) #1729

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ export default defineNuxtConfig({
// @ts-ignore
globalThis.CF_PAGES_COMMIT_SHA ||
'unknown',

turnstile: { siteKey: '0x4AAAAAAAW3guHM6Eunbgwu' },
},
},
typescript: {
Expand Down Expand Up @@ -362,9 +364,6 @@ export default defineNuxtConfig({
}
},
},
turnstile: {
siteKey: '0x4AAAAAAAW3guHM6Eunbgwu',
},
nitro: {
moduleSideEffects: ['@vintl/compact-number/locale-data'],
},
Expand Down
Loading