forked from XiaoMo/ChatGPT-Next-Web
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:
parent
4e1e1d4fef
commit
7ff6a8651a
@ -1,9 +1,6 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
|
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
experimental: {
|
|
||||||
appDir: true,
|
|
||||||
},
|
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
const ret = [
|
const ret = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user