From a9eeaa16b695613e430e844841f627afa6cca739 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sun, 6 Aug 2023 23:15:36 +0200 Subject: [PATCH] fix ga --- .vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 4206ecd..aedb35c 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -16,7 +16,7 @@ export default defineConfig({ [ 'script', {}, - "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-9N4ER7K7M6');", + "window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-9N4ER7K7M6');", ], ], themeConfig: {