mirror of https://github.com/aldy505/code.git
feat: cloudflare analytics
This commit is contained in:
parent
ab024043e9
commit
feebadad56
|
@ -85,6 +85,9 @@ export default {
|
||||||
{rel: 'icon', type: 'image/png', href: 'favicon.png'},
|
{rel: 'icon', type: 'image/png', href: 'favicon.png'},
|
||||||
{rel: 'icon', type: 'image/svg', href: 'favicon.svg'},
|
{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: [
|
meta: [
|
||||||
{charset: 'utf-8'},
|
{charset: 'utf-8'},
|
||||||
{name: 'viewport', content: 'width=device-width, initial-scale=1'},
|
{name: 'viewport', content: 'width=device-width, initial-scale=1'},
|
||||||
|
|
Loading…
Reference in New Issue