We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c64fc8 commit e2446e9Copy full SHA for e2446e9
docs/.vitepress/config/shared.ts
@@ -32,14 +32,13 @@ export default defineConfig({
32
type: 'image/png',
33
},
34
],
35
- [
36
- 'script',
37
- {},
38
- 'window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };',
39
- ],
40
process.env.NODE_ENV === 'production' && [
41
'script',
42
- { defer: '', src: '/_vercel/insights/script.js' },
+ {
+ 'data-website-id': '4dffba2d-03a6-4358-9d90-229038c8575d',
+ defer: '',
+ src: 'https://cloud.umami.is/script.js',
+ },
43
44
].filter(Boolean) as Array<HeadConfig>,
45
lastUpdated: true,
0 commit comments