We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea34cb commit 725a04cCopy full SHA for 725a04c
src/client/theme-default/components/PageEdit.ts
@@ -1,6 +1,6 @@
1
import { computed } from 'vue'
2
import OutboundLink from './icons/OutboundLink.vue'
3
-import { endingSlashRE, isExternal } from '/@theme/utils'
+import { endingSlashRE, isExternal } from '../utils'
4
import { usePageData, useSiteData } from 'vitepress'
5
import { DefaultTheme } from '../config'
6
0 commit comments