Compare commits

...
Author SHA1 Message Date
9qeklajc a8157b3e2d add missing path 2026-05-10 11:18:27 +02:00
+3
View File
@@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
turbopack: {
root: __dirname,
},
};
export default nextConfig;