From 1c2d1f2b3ab01655f90523e0dae1bd3fc891f6ae Mon Sep 17 00:00:00 2001 From: Odafe Aror Date: Mon, 11 Mar 2024 04:42:05 +0000 Subject: [PATCH] deploy fix 2 --- frontend/next.config.js | 1 + 1 file changed, 1 insertion(+) 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