We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95de65e commit 01ec690Copy full SHA for 01ec690
1 file changed
docs/.vitepress/config.mjs
@@ -6,10 +6,24 @@ export default defineConfig({
6
title: "程序员阿江-Relakkes的爬虫教程",
7
description: "程序员阿江-Relakkes的爬虫教程",
8
lastUpdated: true,
9
+ head: [
10
+ [
11
+ 'script',
12
+ {async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-B5H6D2HDGK'}
13
+ ],
14
15
16
+ {},
17
+ `window.dataLayer = window.dataLayer || [];
18
+ function gtag(){dataLayer.push(arguments);}
19
+ gtag('js', new Date());
20
+ gtag('config', 'G-B5H6D2HDGK');`
21
+ ]
22
23
themeConfig: {
- editLink: {
- pattern: 'https://github.com/NanmiCoder/CrawlerTutorial/tree/main/docs/:path'
- },
24
+ editLink: {
25
+ pattern: 'https://github.com/NanmiCoder/CrawlerTutorial/tree/main/docs/:path'
26
+ },
27
search: {
28
provider: 'local'
29
},
0 commit comments