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