We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3591f57 commit 4363a06Copy full SHA for 4363a06
.vitepress/config.ts
@@ -66,7 +66,16 @@ export default defineConfig({
66
['meta', { property: 'og:description', content: ogDescription }],
67
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
68
['meta', { name: 'twitter:site', content: '@vite_js' }],
69
- ['meta', { name: 'theme-color', content: '#646cff' }]
+ ['meta', { name: 'theme-color', content: '#646cff' }],
70
+ [
71
+ 'script',
72
+ {
73
+ src: 'https://cdn.usefathom.com/script.js',
74
+ 'data-site': 'CBDFBSLI',
75
+ 'data-spa': 'auto',
76
+ defer: ''
77
+ }
78
+ ]
79
],
80
81
vue: {
0 commit comments