diff options
| -rw-r--r-- | next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index 2f3f4396..8e1ceda3 100644 --- a/next.config.js +++ b/next.config.js @@ -9,6 +9,7 @@ const withPWA = require('next-pwa')({ const nextConfig = { reactStrictMode: true, swcMinify: true, + distDir: process.env.BUILD_DIR || '.next', webpack(config) { config.module.rules.push({ test: /\.svg$/i, |
