Skip to content

Commit

Permalink
Drop appDir experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 2, 2023
1 parent ec46a2a commit d3b9db7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/app-dir/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/**@type {import('next').NextConfig} */
const config = {
experimental: {
appDir: true,
},
}
const config = {}

export default config

0 comments on commit d3b9db7

Please sign in to comment.