]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove metrics
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 7 Sep 2023 16:27:07 +0000 (18:27 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 7 Sep 2023 16:27:07 +0000 (18:27 +0200)
packages/docs/.vitepress/config/shared.ts

index 80849394520297c71d44f4de942e1372d730a934..44d2b00da71314e8e14fac59f7933fe37ec752a2 100644 (file)
@@ -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({