feat: cloudflare analytics

This commit is contained in:
Reinaldy Rafli 2021-07-01 20:05:07 +07:00
parent ab024043e9
commit feebadad56
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ export default {
{rel: 'icon', type: 'image/png', href: 'favicon.png'},
{rel: 'icon', type: 'image/svg', href: 'favicon.svg'},
],
script: [
{src: 'https://static.cloudflareinsights.com/beacon.min.js', 'data-cf-beacon': process.env.CLOUDFLARE_TOKEN, defer: true},
],
meta: [
{charset: 'utf-8'},
{name: 'viewport', content: 'width=device-width, initial-scale=1'},