missing working directory
This commit is contained in:
parent
124479ecd7
commit
322025d259
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig = {
|
||||||
output: "standalone",
|
output: 'standalone',
|
||||||
|
experimental: {
|
||||||
|
turbo: false, // disables Turbopack in prod builds
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
Loading…
Add table
Reference in a new issue