Skip to content

Commit

Permalink
Merge pull request #792 from eddieferrer/cloudflare_analytics
Browse files Browse the repository at this point in the history
feat: cloudflare analytics script
  • Loading branch information
eddieferrer authored Apr 26, 2024
2 parents 3ec0bd6 + 8badb26 commit c9c351e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ const config = {
href: `https://sizesquirrel.com`,
},
],
script: [
{
src: 'https://static.cloudflareinsights.com/beacon.min.js',
'data-cf-beacon': { token: 'd7692eba851245d8adfd076bd92ba1c1' },
body: true,
},
],
},

// Global CSS (https://go.nuxtjs.dev/config-css)
Expand Down

0 comments on commit c9c351e

Please sign in to comment.