Skip to content

Commit

Permalink
clean next.config.mjs
Browse files Browse the repository at this point in the history
appDir option no longer needed start from nextjs13.4 https://nextjs.org/docs/app/api-reference/next-config-js/appDir
  • Loading branch information
PaRaD1SE98 authored May 22, 2023
1 parent 4e1e1d4 commit 7ff6a86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
experimental: {
appDir: true,
},
async rewrites() {
const ret = [
{
Expand Down

0 comments on commit 7ff6a86

Please sign in to comment.