diff --git a/next.config.js b/next.config.js index dd0733b..f9d6b14 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,9 @@ const nextConfig = { images: { unoptimized: true, }, + experimental: { + + } }; module.exports = nextConfig;