Enable standalone output for Docker
All checks were successful
All checks were successful
This commit is contained in:
parent
2759bd6c9d
commit
c2d3897acf
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ const nextConfig: NextConfig = {
|
|||
// Enable static optimization
|
||||
trailingSlash: false,
|
||||
poweredByHeader: false,
|
||||
|
||||
// Enable standalone output for Docker
|
||||
output: 'standalone',
|
||||
|
||||
// Compiler optimizations
|
||||
compiler: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue