summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-09 19:24:35 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-09 19:24:35 +0200
commit264292673468df3713dbb0330a3b2190fb60de17 (patch)
treef38dbeee42d543907ed96b3801b052cf62adb15e /next.config.js
parentcbbe66126c5281c2d6e18487dd76516f6e77d4f8 (diff)
fix: correct image export
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js1
1 files changed, 1 insertions, 0 deletions
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',
},
})