Skip to content

Commit

Permalink
🐛 Opt-out of appDir
Browse files Browse the repository at this point in the history
- Workaround for vercel/next.js#49261
  • Loading branch information
n1ckoates committed May 5, 2023
1 parent 914dd9a commit 36dba06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ module.exports = withContentlayer({
images: {
deviceSizes: [320, 448, 640, 768, 896],
},
experimental: {
appDir: false,
},
});

0 comments on commit 36dba06

Please sign in to comment.