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";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
experimental: {
|
||||
turbo: false, // disables Turbopack in prod builds
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Reference in a new issue