diff --git a/.vitepress/theme/index.js b/.vitepress/theme/index.js index 7ddda1d..84ed185 100644 --- a/.vitepress/theme/index.js +++ b/.vitepress/theme/index.js @@ -1,6 +1,5 @@ // https://vitepress.dev/guide/custom-theme import { h, watch } from 'vue' -import { inject } from '@vercel/analytics'; // import Theme from 'vitepress/theme' import DefaultTheme from 'vitepress/theme-without-fonts' import Download from '../../components/Download.vue' @@ -11,8 +10,6 @@ import './rainbow.css' let homePageStyle = undefined -inject() - export default { ...DefaultTheme, Layout: () => {