feat: enhance ui components and response handling

This commit is contained in:
skidoodle 2025-01-03 18:48:57 +01:00
parent 78fbcebe91
commit 83b3a747a1
Signed by: albert
GPG key ID: A06E3070D7D55BF2
11 changed files with 296 additions and 328 deletions

View file

@ -48,6 +48,7 @@ const nextConfig: NextConfig = {
},
];
},
poweredByHeader: false,
reactStrictMode: true,
output: "standalone",
};