diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-09 18:35:39 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-09 18:35:39 +0200 |
commit | 6deb6247f63f5aaa25550dc0398d50221c5383c1 (patch) | |
tree | a04c90d9c26084a6a512308846b63903d4b60d57 /next.config.js | |
parent | 03641ca2868d5ef21ffe426fa547dd859ce1c474 (diff) |
fix: images in preview
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index d6d2e0e..ef3578f 100644 --- a/next.config.js +++ b/next.config.js @@ -7,4 +7,7 @@ const withTM = require('next-transpile-modules')(d3packages) module.exports = withPlugins([withTM], { distDir: 'build', + images: { + domains: ['localhost'], + }, }) |