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 74fde1d commit cee8c38
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 @@ -9,14 +9,15 @@ if (process.env.NETLIFY) {
}

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',
// },
// ],
]

const rControl = /[\u0000-\u001f]/g
Expand Down

0 comments on commit cee8c38

Please sign in to comment.