From 264292673468df3713dbb0330a3b2190fb60de17 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 9 Oct 2021 19:24:35 +0200 Subject: fix: correct image export --- next.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index ef3578f..7fa2ae2 100644 --- a/next.config.js +++ b/next.config.js @@ -9,5 +9,6 @@ module.exports = withPlugins([withTM], { distDir: 'build', images: { domains: ['localhost'], + loader: 'custom', }, }) -- cgit v1.2.3