Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ΛЯS authored Jul 18, 2024
1 parent c6d59f7 commit b5537cf
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig(() => {
},
ssr: {
noExternal: [
// If there are other packages that need to be processed by Vite, you can add them here.
'@nolebase/vitepress-plugin-enhanced-readabilities',
'@nolebase/ui',
'@nolebase/vitepress-plugin-enhanced-readabilities/client',
Expand All @@ -38,16 +37,10 @@ export default defineConfig(() => {
},
plugins: [
GitChangelog({
// Fill in your repository URL here
repoURL: () => 'https://github.com/openm-project/mcdoc.github.io',
}),
GitChangelogMarkdownSection({
sections: {
disableChangelog: false,
disableContributors: true,
},
repoURL: 'https://github.com/openm-project/mcdoc.github.io',
}),
// Add other plugins if necessary
],
// other vite configurations...
}
})
});

0 comments on commit b5537cf

Please sign in to comment.