From cadb5b87492e50b0a8b84d03c28102d7aad64ca8 Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 6 Feb 2021 14:54:04 +0900 Subject: [PATCH] Use default image optimize method --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 7301539..d55d09c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,6 @@ const nextTranslate = require('next-translate') module.exports = nextTranslate({ - images: { - loader: "imgix", - }, i18n: { // These are all the locales you want to support in // your application