diff --git a/frontend/next.config.js b/frontend/next.config.js index 0c5ad08..876e8db 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -14,6 +14,7 @@ const nextConfig = { transpilePackages: ['@polkadot/.*'], // Standalone builds for Dockerfiles output: process.env.NEXT_BUILD_STANDALONE === 'true' ? 'standalone' : undefined, + distDir: './frontend/.next', } module.exports = nextConfig