Skip to content

Commit

Permalink
upgrade to Next 13.4, remove experimental.appDir
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed May 6, 2023
1 parent d1708e9 commit 3b5663d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const { withContentlayer } = require("next-contentlayer");
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
experimental: {
appDir: true,
},
images: {
domains: [
"www.google.com",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"lucide-react": "^0.192.0",
"mailing-core": "^0.9.1",
"ms": "^2.1.3",
"next": "^13.3.2",
"next": "^13.4.1",
"next-auth": "^4.17.0",
"next-contentlayer": "^0.3.2",
"node-html-parser": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6717,7 +6717,7 @@ [email protected]:
"@next/swc-win32-ia32-msvc" "13.1.6"
"@next/swc-win32-x64-msvc" "13.1.6"

next@^13.3.2:
next@^13.4.1:
version "13.4.1"
resolved "https://registry.yarnpkg.com/next/-/next-13.4.1.tgz#8d23f94c81b3f9cc8b34165ad528457e5befd726"
integrity sha512-JBw2kAIyhKDpjhEWvNVoFeIzNp9xNxg8wrthDOtMctfn3EpqGCmW0FSviNyGgOSOSn6zDaX48pmvbdf6X2W9xA==
Expand Down

0 comments on commit 3b5663d

Please sign in to comment.