Fix message styling

This commit is contained in:
2025-09-17 20:46:07 +03:00
Unverified
parent a2ba33edb6
commit adfd813d80
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ export default defineConfig({
appType: "mpa",
css: {
postcss: {
plugins: [autoprefixer()],
},
plugins: [autoprefixer()]
}
},
build: {
minify: 'terser',