diff --git a/vite.config.ts b/vite.config.ts index be72398..6bb6a00 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -59,7 +59,7 @@ export default defineConfig({ decodeEntities: true, removeComments: true, removeAttributeQuotes: false, - removeRedundantAttributes: true, + // removeRedundantAttributes: true, removeScriptTypeAttributes: true, removeStyleLinkTypeAttributes: true, removeEmptyAttributes: true,