Skip to content

Commit

Permalink
🐛 Remove appDir false workaround
Browse files Browse the repository at this point in the history
- Not needed since vercel/next.js#49274 was merged
  • Loading branch information
n1ckoates committed May 6, 2023
1 parent bcfc6da commit c8adad5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ module.exports = withContentlayer({
images: {
deviceSizes: [320, 448, 640, 768, 896],
},
experimental: {
appDir: false,
},
});

0 comments on commit c8adad5

Please sign in to comment.