diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:24:35 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:24:35 +0200 |
commit | 264292673468df3713dbb0330a3b2190fb60de17 (patch) | |
tree | f38dbeee42d543907ed96b3801b052cf62adb15e /next.config.js | |
parent | cbbe66126c5281c2d6e18487dd76516f6e77d4f8 (diff) |
fix: correct image export
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 1 |
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', }, }) |