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