Skip to content

Commit

Permalink
fix: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 23, 2024
1 parent f7438a8 commit 5d7cacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/cloudflare.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default defineNuxtPlugin({
order: -50,
setup: () => { useScriptCloudflareWebAnalytics() },
setup: () => { useScriptCloudflareWebAnalytics({ token: 'b0739c798a544ff6b46336e7772ce6af' }) },
})

0 comments on commit 5d7cacb

Please sign in to comment.