Skip to content

Commit 006e4a9

Browse files
authored
fix: change outdated Next.js config
Remove experimental feature "appDir" from starter code, as it is no longer needed when using the App Router See also: joschan21#20
1 parent e09d320 commit 006e4a9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const nextConfig = {
33
images: {
44
domains: ['uploadthing.com', 'lh3.googleusercontent.com'],
55
},
6-
experimental: {
7-
appDir: true
8-
}
96
}
107

118
module.exports = nextConfig

0 commit comments

Comments
 (0)