Skip to content

Commit

Permalink
fix: add shiki to transpile
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Oct 11, 2024
1 parent 308fb15 commit 921d1a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ export default defineNuxtConfig({
},
},
},
build: {
transpile: ['shiki'],
},
compatibilityDate: '2024-07-05',
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@iconify-json/lucide": "^1.2.8",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.5",
"@nuxt/icon": "^1.5.6",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
Expand Down

0 comments on commit 921d1a8

Please sign in to comment.