chore: remove vercel-analytics (no money)

This commit is contained in:
camera-2018
2023-08-14 00:30:25 +08:00
parent c7eaef216e
commit 4790191cf3

View File

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