Skip to content

Commit

Permalink
Next Config: App Dir is no longer epxerimental since next 13.4 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Jan 6, 2024
1 parent e4e1ed1 commit 12648b2
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
@@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
output: 'standalone',
distDir: 'build'
};
Expand Down

1 comment on commit 12648b2

@vercel
Copy link

@vercel vercel bot commented on 12648b2 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.