Skip to content

Commit 725a04c

Browse files
committed
fix(client): use relative import
Enables customizing themes
1 parent 0ea34cb commit 725a04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/PageEdit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { computed } from 'vue'
22
import OutboundLink from './icons/OutboundLink.vue'
3-
import { endingSlashRE, isExternal } from '/@theme/utils'
3+
import { endingSlashRE, isExternal } from '../utils'
44
import { usePageData, useSiteData } from 'vitepress'
55
import { DefaultTheme } from '../config'
66

0 commit comments

Comments
 (0)