|
@@ -15,19 +15,23 @@ export default {
|
|
|
],
|
|
|
link: [
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ script: [
|
|
|
+ {
|
|
|
+ src: "https://www.googletagmanager.com/gtag/js?id=G-699E5T8F6M",
|
|
|
+ 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-699E5T8F6M');`
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ __dangerouslyDisableSanitizers: ['script']
|
|
|
},
|
|
|
- script: [
|
|
|
- {
|
|
|
- src: "https://www.googletagmanager.com/gtag/js?id=G-699E5T8F6M",
|
|
|
- },
|
|
|
- {
|
|
|
- innerHtml: `window.dataLayer = window.dataLayer || [];
|
|
|
- function gtag(){dataLayer.push(arguments);}
|
|
|
- gtag('js', new Date());
|
|
|
- gtag('config', 'G-699E5T8F6M');`
|
|
|
- }
|
|
|
- ],
|
|
|
+
|
|
|
|
|
|
// Global CSS: https://go.nuxtjs.dev/config-css
|
|
|
css: [
|