We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a055 commit 5f86b1fCopy full SHA for 5f86b1f
.vitepress/config.mts
@@ -14,6 +14,8 @@ export default defineConfig({
14
["link", { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
15
["link", { rel: "stylesheet", href: "/css/fancybox.css" }],
16
["script", { src: "/js/fancybox.umd.js" }],
17
+ ["script", { async: '', src: "https://www.googletagmanager.com/gtag/js?id=G-R7Y0434QHZ"}],
18
+ ["script", {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-R7Y0434QHZ');"]
19
],
20
markdown: {
21
theme: {
0 commit comments