|
@@ -9,6 +9,21 @@ export default {
|
|
|
},
|
|
|
meta: [{ charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', name: 'description', content: '' }, { name: 'format-detection', content: 'telephone=no' }],
|
|
|
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
|
|
+ script: [
|
|
|
+ {
|
|
|
+ src: 'https://www.googletagmanager.com/gtag/js?id=G-S376V42WBS',
|
|
|
+ async: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'text/javascript',
|
|
|
+ charset: 'utf-8',
|
|
|
+ innerHTML: `window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag() { dataLayer.push(arguments); }
|
|
|
+ gtag('js', new Date());
|
|
|
+ gtag('config', 'G-S376V42WBS');`,
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ __dangerouslyDisableSanitizers: ['script'],
|
|
|
},
|
|
|
|
|
|
// Global CSS: https://go.nuxtjs.dev/config-css
|