Skip to content

Commit

Permalink
refactor(build): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB committed Apr 6, 2024
1 parent 0bf47c2 commit b8a61a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ export default defineConfig({
sitemap: {
hostname: "https://transky.mtf.wiki",
},
vite: {
//build: {
// rollupOptions: {
// external: [ "viewerjs" ],
// },
//},
ssr: {
noExternal: [ "viewerjs" ],
},
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: "/progynova.png",
Expand Down

0 comments on commit b8a61a6

Please sign in to comment.