diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts index 8b24c5f..334f42d 100644 --- a/.vitepress/theme/index.ts +++ b/.vitepress/theme/index.ts @@ -1,6 +1,6 @@ import { inject } from "@vercel/analytics" -import DefaultTheme from "vitepress/theme" import type { Theme } from "vitepress" +import DefaultTheme from "vitepress/theme" // Inject Vercel Web Analytics // Note: inject() runs on the client side and does not include route support