fix(client): use relative import

Enables customizing themes
pull/90/head
Eduardo San Martin Morote 4 years ago
parent 0ea34cbb1d
commit 725a04cdf0

@ -1,6 +1,6 @@
import { computed } from 'vue'
import OutboundLink from './icons/OutboundLink.vue'
import { endingSlashRE, isExternal } from '/@theme/utils'
import { endingSlashRE, isExternal } from '../utils'
import { usePageData, useSiteData } from 'vitepress'
import { DefaultTheme } from '../config'

Loading…
Cancel
Save