Skip to content

Commit

Permalink
trying appDir: false
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed Jul 7, 2023
1 parent b287891 commit a750131
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 55 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ module.exports = {
'tests',
],
},
// https://github.com/vercel/next.js/issues/49677#issuecomment-1609501025
appDir: false,
};
131 changes: 77 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"moment": "^2.29.4",
"mongoose": "^7.3.2",
"newrelic": "^10.4.0",
"next": "^13.3.0",
"next": "^13.4.9",
"next-seo": "^6.1.0",
"next-test-api-route-handler": "^3.1.8",
"nodemailer": "^6.9.3",
Expand Down

0 comments on commit a750131

Please sign in to comment.