Skip to content

Commit 8a1dcd2

Browse files
committed
GSC & GA
1 parent a41d2ea commit 8a1dcd2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.vitepress/config.mts

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ export default defineConfig({
66
title: "Authman",
77
description: "Cross-Platform 2FA Made Easy",
88
head: [
9-
['link', { rel: 'icon', href: 'assets/images/icon.png' }]
9+
// Links
10+
['link', { rel: 'icon', href: '/assets/images/icon.png' }],
11+
12+
// Meta
13+
['meta', { name: 'google-site-verification', content: 'UZhRggks92cAVN9DSN2avqsi16IiRSdl3nSP0kS7v7A' }],
14+
15+
// Scripts
16+
['script', { async: true, src: 'https://www.googletagmanager.com/gtag/js?id=G-JX9FF1GPEE' }],
17+
['script', {}, ` window.dataLayer = window.dataLayer || [];
18+
function gtag(){dataLayer.push(arguments);}
19+
gtag('js', new Date());
20+
gtag('config', 'G-JX9FF1GPEE');`],
1021
],
1122
themeConfig: {
12-
logo: "assets/images/authman-logo-h.png",
23+
logo: "/assets/images/authman-logo-h.png",
1324
siteTitle: false,
1425

1526
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)