diff --git a/.gitignore b/.gitignore index 12ef795..b41c9e5 100644 --- a/.gitignore +++ b/.gitignore @@ -453,3 +453,4 @@ $RECYCLE.BIN/ .env.local .vercel +*.heapprofile diff --git a/next.config.js b/next.config.js index 6c2cfbd..d7b5cf7 100644 --- a/next.config.js +++ b/next.config.js @@ -19,5 +19,6 @@ module.exports = { pathname: "**", }, ], + unoptimized: true, }, };