We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39929b2 commit 7bd583cCopy full SHA for 7bd583c
docs/.vitepress/theme/index.ts
@@ -1,3 +1,6 @@
1
+import DefaultTheme from "vitepress/theme"
2
+
3
import "./theme.css"
4
-export { default } from "vitepress/theme"
5
+// eslint-disable-next-line unicorn/prefer-export-from
6
+export default DefaultTheme
0 commit comments