File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11import type { NextConfig } from "next" ;
2+ import path from "path" ;
23
34const nextConfig : NextConfig = {
45 reactStrictMode : true ,
@@ -9,6 +10,8 @@ const nextConfig: NextConfig = {
910 ignoreDuringBuilds : true
1011 } ,
1112 output : 'standalone' ,
13+ distDir : '.next' ,
14+ outputFileTracingRoot : path . join ( __dirname ) ,
1215} ;
1316
1417export default nextConfig ;
Original file line number Diff line number Diff line change 11import type { NextConfig } from "next" ;
2+ import path from "path" ;
23
34const nextConfig : NextConfig = {
45 output : 'standalone' ,
6+ outputFileTracingRoot : path . join ( __dirname ) ,
57} ;
68
79export default nextConfig ;
Original file line number Diff line number Diff line change 11import type { NextConfig } from "next" ;
2+ import path from "path" ;
23
34const nextConfig : NextConfig = {
45 output : 'standalone' ,
6+ outputFileTracingRoot : path . join ( __dirname ) ,
57} ;
68
79export default nextConfig ;
You can’t perform that action at this time.
0 commit comments