Skip to content

Commit

Permalink
add docs vitepress en fix (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA authored Jan 22, 2025
1 parent 31f0994 commit 5a3b558
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,15 @@ export default defineConfig({
optimizeDeps: { // [!code ++]
exclude: [ // [!code ++]
'@nolebase/vitepress-plugin-enhanced-readabilities/client', // [!code ++]
'vitepress', // [!code ++]
'@nolebase/ui', // [!code ++]
], // [!code ++]
}, // [!code ++]
ssr: { // [!code ++]
noExternal: [ // [!code ++]
// If there are other packages that need to be processed by Vite, you can add them here. // [!code hl]
'@nolebase/vitepress-plugin-enhanced-readabilities', // [!code ++]
'@nolebase/ui', // [!code ++]
], // [!code ++]
}, // [!code ++]
}, // [!code ++]
Expand Down

0 comments on commit 5a3b558

Please sign in to comment.