Google Analytics
介绍
传递 ga
选项给默认主题来使用 Google Analytics
该项值从这里获取 Google Analytics ,形如 G-XXXXXXXXX
.
如果配置了该项,将会自动添加 gtag
相关脚本
示例配置
vite.config.(js|ts)
+
import { } from 'vite'
import { } from '@sveltepress/vite'
import { } from '@sveltepress/theme-default'
export default ({
: [
({
: ({
// Other theme config
: 'G-XXXXXXXXX'
})
})
],
})
ts