diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index d6d2e0e..7fa2ae2 100644 --- a/next.config.js +++ b/next.config.js @@ -7,4 +7,8 @@ const withTM = require('next-transpile-modules')(d3packages) module.exports = withPlugins([withTM], { distDir: 'build', + images: { + domains: ['localhost'], + loader: 'custom', + }, }) |