From fa9d9be6f919110e518acae07031e241721828ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 13 Feb 2021 18:52:04 +0900 Subject: [PATCH] feat: using externalResolver --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index f682392..d7adb63 100644 --- a/next.config.js +++ b/next.config.js @@ -54,6 +54,6 @@ module.exports = { return config }, experimental: { scrollRestoration: true }, - - basePath + basePath, + externalResolver: true, } \ No newline at end of file