fix: remove min-h-screen from layout

This commit is contained in:
Troy 2025-02-16 20:03:52 +00:00
parent fc8c5947a0
commit b512b29808
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 6 additions and 7 deletions

View file

@ -33,7 +33,4 @@ export default defineConfig({
image: {
service: passthroughImageService(),
},
experimental: {
responsiveImages: true,
},
});