Skip to content

Commit

Permalink
minify: false
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Aug 15, 2024
1 parent 97c1909 commit 48ed40b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ export default defineConfig({
description: "A VitePress Site",
cleanUrls: true,
lastUpdated: true,

vite: {
build: {
minify: false // Disable HTML, CSS, and JS minification
}
}, // Disable HTML, CSS, and JS minification
themeConfig: {
nav: nav(),
outline: {
Expand Down

0 comments on commit 48ed40b

Please sign in to comment.