fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2430 from hey-api/docs/umami-analytics

docs: add Umami analytics

authored by

Lubos and committed by
GitHub
fc314ca7 7c64fc85

+5 -6
+5 -6
docs/.vitepress/config/shared.ts
··· 32 32 type: 'image/png', 33 33 }, 34 34 ], 35 - [ 36 - 'script', 37 - {}, 38 - 'window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };', 39 - ], 40 35 process.env.NODE_ENV === 'production' && [ 41 36 'script', 42 - { defer: '', src: '/_vercel/insights/script.js' }, 37 + { 38 + 'data-website-id': '4dffba2d-03a6-4358-9d90-229038c8575d', 39 + defer: '', 40 + src: 'https://cloud.umami.is/script.js', 41 + }, 43 42 ], 44 43 ].filter(Boolean) as Array<HeadConfig>, 45 44 lastUpdated: true,