clean next.config.mjs

appDir option no longer needed start from nextjs13.4 https://nextjs.org/docs/app/api-reference/next-config-js/appDir
This commit is contained in:
PaRaD1SE98 2023-05-23 01:38:22 +09:00 committed by GitHub
parent 4e1e1d4fef
commit 7ff6a8651a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
async rewrites() {
const ret = [
{