This build was committed by a bot.

This commit is contained in:
github-actions
2025-08-26 21:27:45 +00:00
parent 1b771d5f88
commit a4a4495909
21 changed files with 45 additions and 97 deletions

View File

@@ -36,4 +36,4 @@ const html = createHtmlPlugin({
}
})
export default defineConfig({ build: { outDir: 'docs', minify: false }, plugins: [pwa, html] })
export default defineConfig({ build: { minify: false }, plugins: [pwa, html] })