chore(next): set output to 'standalone' in next.config.ts #5
1 changed files with 1 additions and 0 deletions
chore(next): set output to 'standalone' in next.config.ts
commit
fc8ecb6b0d
|
|
@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
|
||||||
turbopack: {
|
turbopack: {
|
||||||
root: path.join(__dirname, '.'),
|
root: path.join(__dirname, '.'),
|
||||||
},
|
},
|
||||||
|
output: 'standalone',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue