Stop responsive styles in favour of Tailwind (hopefully picking smallest files still works)

This commit is contained in:
2025-08-11 08:49:38 +09:30
parent 608d9af232
commit 4b48554501

View File

@@ -33,8 +33,8 @@ export default defineConfig({
trailingSlash: "always",
image: {
responsiveStyles: true
responsiveStyles: false
},
output: "static"
});
});