Skip to content

Commit 707680c

Browse files
committed
Merge branch 'sync-docs' of https://github.com/vitejs/docs-cn into sync-4363a067-1
2 parents 72431ac + 4363a06 commit 707680c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.vitepress/config.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ export default defineConfig({
2121
['meta', { property: 'og:description', content: ogDescription }],
2222
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
2323
['meta', { name: 'twitter:site', content: '@vite_js' }],
24-
['meta', { name: 'theme-color', content: '#646cff' }]
24+
['meta', { name: 'theme-color', content: '#646cff' }],
25+
[
26+
'script',
27+
{
28+
src: 'https://cdn.usefathom.com/script.js',
29+
'data-site': 'CBDFBSLI',
30+
'data-spa': 'auto',
31+
defer: ''
32+
}
33+
]
2534
],
2635

2736
vue: {

0 commit comments

Comments
 (0)