Skip to content

Commit

Permalink
ci: fix build website
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 31, 2024
1 parent 1b45d23 commit 4450595
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ export const shared = defineConfig({
Unocss({
configFile: '../../uno.config.ts'
})
]
],
optimizeDeps: {
exclude: ['@nolebase/vitepress-plugin-inline-link-preview/markdown-it']
},
ssr: {
noExternal: ['@nolebase/*']
}
}
})

0 comments on commit 4450595

Please sign in to comment.