diff --git a/.vitepress/config.mts b/.vitepress/config.mts index fad227d..08a41be 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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: {