diff --git a/apps/trading/next.config.js b/apps/trading/next.config.js index f8bb720a4..21b95054d 100644 --- a/apps/trading/next.config.js +++ b/apps/trading/next.config.js @@ -19,6 +19,7 @@ const nextConfig = { // See: https://github.com/gregberge/svgr svgr: false, }, + assetPrefix: '.', pageExtensions: ['page.tsx', 'page.jsx'], };