Skip to content

Commit

Permalink
fix: remove // import from '@vuepress/utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Dec 30, 2023
1 parent b401709 commit 1f62999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { searchPlugin } from '@vuepress/plugin-search'
import { registerComponentsPlugin } from '@vuepress/plugin-register-components'
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import {path} from '@vuepress/utils'
//import {path} from '@vuepress/utils'

const GA = 'G-6HEW6B1S6B'
export default defineUserConfig({
Expand All @@ -19,7 +19,7 @@ export default defineUserConfig({
// options
}),
registerComponentsPlugin({
componentsDir: path.resolve(__dirname, './components')
//componentsDir: path.resolve(__dirname, './components')
})
],

Expand Down

0 comments on commit 1f62999

Please sign in to comment.