Skip to content

Commit

Permalink
docs: remove metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 7, 2023
1 parent e6594b6 commit ca2b206
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions packages/docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ export const slugify = (str: string): string =>
.replace(/^(\d)/, '_$1')

const productionHead: HeadConfig[] = [
[
'script',
{
src: 'https://unpkg.com/thesemetrics@latest',
async: '',
type: 'text/javascript',
},
],
// NOTE: removed because there is a bug that makes it load forever
// [
// 'script',
// {
// src: 'https://unpkg.com/thesemetrics@latest',
// async: '',
// type: 'text/javascript',
// },
// ],
]

export const sharedConfig = defineConfig({
Expand Down

0 comments on commit ca2b206

Please sign in to comment.