We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72431ac + 4363a06 commit 707680cCopy full SHA for 707680c
.vitepress/config.ts
@@ -21,7 +21,16 @@ export default defineConfig({
21
['meta', { property: 'og:description', content: ogDescription }],
22
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
23
['meta', { name: 'twitter:site', content: '@vite_js' }],
24
- ['meta', { name: 'theme-color', content: '#646cff' }]
+ ['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
+ ]
34
],
35
36
vue: {
0 commit comments