From bd0fd709243423383769b1982540315290beb48e Mon Sep 17 00:00:00 2001 From: mdong1909 Date: Thu, 25 Jun 2026 14:49:47 +0800 Subject: [PATCH] docs(uninstall): remove fathom analytics --- docs/.vitepress/config.mts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index b776d029fb..ba764c9e2f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -101,15 +101,6 @@ export default extendConfig( ['meta', { property: 'og:site_name', content: 'Vite+' }], ['meta', { name: 'twitter:card', content: 'summary_large_image' }], ['meta', { name: 'twitter:site', content: '@voidzerodev' }], - [ - 'script', - { - src: 'https://cdn.usefathom.com/script.js', - 'data-site': 'JFDLUWBH', - 'data-spa': 'auto', - defer: '', - }, - ], ], vite: { optimizeDeps: {