Skip to content

Commit

Permalink
chore: remove Cloudflare turnstile
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 21, 2024
1 parent 0989156 commit 261eae8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,6 @@ export default defineNuxtModule<ModuleOptions>({
return withBase(options?.file || '', `https://unpkg.com/${options?.packageName || ''}@${options?.version || 'latest'}`)
},
},
// cloudflare turnstile
{
name: 'useScriptCloudflareTurnstile',
key: 'cloudflareTurnstile',
from: resolve('./runtime/registry/cloudflare-turnstile'),
module: 'nuxt-turnstile',
},
// third-party-capital
{
name: 'useScriptGoogleAnalytics',
key: 'googleAnalytics',
Expand Down

0 comments on commit 261eae8

Please sign in to comment.