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 ae15d6c commit 1a6c044Copy full SHA for 1a6c044
docs/.vitepress/config.ts
@@ -1,5 +1,6 @@
1
import sidebarEn from "./sidebar.en";
2
import sidebarZh from "./sidebar.zh";
3
+import sidebarJa from "./sidebar.ja";
4
5
6
// https://vitepress.dev/reference/site-config
@@ -61,5 +62,19 @@ export default {
61
62
indexName: 'static-php docs',
63
},
64
- }
65
+ },
66
+ head: [
67
+ [
68
+ 'script',
69
+ { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-0MBJ29BD7F' }
70
+ ],
71
72
73
+ {},
74
+ `window.dataLayer = window.dataLayer || [];
75
+ function gtag(){dataLayer.push(arguments);}
76
+ gtag('js', new Date());
77
+ gtag('config', 'G-0MBJ29BD7F');`
78
+ ]
79
80
}
docs/public/favicon.ico
4.19 KB
0 commit comments