From f5da6d17215ced7f9abc19f22344ba51738b3091 Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 6 Feb 2021 02:48:22 +0900 Subject: [PATCH] Change image optimization method --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..9986bc7 --- /dev/null +++ b/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + images: { + loader: "imgix", + } + } \ No newline at end of file