build fix

This commit is contained in:
2025-09-16 08:06:27 +02:00
parent c4c6643fd1
commit 56a88f0a68
14 changed files with 46 additions and 39 deletions

View File

@@ -9,10 +9,8 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
experimental: {
// Enable standalone output for better Docker compatibility
outputStandalone: true,
},
// Enable standalone output for better Docker compatibility
output: 'standalone',
webpack: (config, { isServer, dev }) => {
config.resolve.alias = {
...config.resolve.alias,
@@ -53,4 +51,4 @@ const nextConfig = {
},
};
module.exports = nextConfig;
module.exports = nextConfig;