many changes

This commit is contained in:
2026-04-10 19:38:15 +02:00
parent 5f10448291
commit dfcba4965f
14 changed files with 793 additions and 449 deletions
-8
View File
@@ -17,14 +17,6 @@ const nextConfig: NextConfig = {
/* Generate static pages early */
reactStrictMode: true,
/* Experimental performance features */
experimental: {
optimizePackageImports: [
"@radix-ui/react-dialog",
"date-fns",
"lodash-es",
],
},
};
export default nextConfig;