maj export project

This commit is contained in:
2026-03-14 22:46:49 +01:00
parent 12de3a8328
commit 9f88e9472e
2 changed files with 162 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ const nextConfig: NextConfig = {
ignoreBuildErrors: true,
},
output: "standalone",
experimental: {
turbopack: {
root: './',
},
},
};
export default nextConfig;