Skip to content

Commit

Permalink
deploy fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Mar 11, 2024
1 parent c07c1ed commit 1c2d1f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c2d1f2

Please sign in to comment.