diff options
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', }, }) |