feat: enhance ui components and response handling

This commit is contained in:
2025-01-03 18:48:57 +01:00
parent 78fbcebe91
commit 83b3a747a1
11 changed files with 296 additions and 328 deletions

View File

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