From 6deb6247f63f5aaa25550dc0398d50221c5383c1 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 9 Oct 2021 18:35:39 +0200 Subject: fix: images in preview --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'next.config.js') 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'], + }, }) -- cgit v1.2.3