diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-12 09:47:01 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-12 09:47:01 +0700 |
| commit | 916973828a2088cf6d5d867ec7a9aefe9f95bf0d (patch) | |
| tree | 02075b4606b6f0c538b0e7833322f9142cbcf51c /next.config.js | |
| parent | de08ef4031c69550e32b2e8d18abc76c1030fe4d (diff) | |
| parent | fc1d22565e08db8c49fa21b498ec1e02455c5c9b (diff) | |
Merge branch 'master' into development
Diffstat (limited to 'next.config.js')
| -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, |
