Skip to content

Commit

Permalink
fix(config): update vue3-pixi package import in vitePress config
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed Jun 9, 2023
1 parent 93aeb89 commit 27b0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fileURLToPath } from 'url'
import type { DefaultTheme } from 'vitepress'
import { defineConfig } from 'vitepress'
import unocss from 'unocss/vite'
import { compilerOptions, transformAssetUrls } from '../../packages/renderer'
import { compilerOptions, transformAssetUrls } from '../../packages/vue3-pixi'
import { mdPlugin } from './plugin'

const themeConfig: DefaultTheme.Config = {
Expand Down

0 comments on commit 27b0305

Please sign in to comment.