Skip to content

Commit

Permalink
fix: shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Aug 23, 2024
1 parent 9f0ccd1 commit e46ff8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,11 @@ export default withMermaid(defineConfigWithTheme<ThemeConfig>({
await copyAdditionalAssets([
// shiki
{
src: '../node_modules/shiki/languages',
dst: 'shiki/languages',
src: '../node_modules/shiki/dist/langs',
dst: 'shiki/langs',
},
{
src: '../node_modules/shiki/themes',
src: '../node_modules/shiki/dist/themes',
dst: 'shiki/themes',
},
{
Expand Down

0 comments on commit e46ff8e

Please sign in to comment.