forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #1694 from PaRaD1SE98/PaRaD1SE98-patch-1
clean next.config.mjs
This commit is contained in:
commit
4c9e4e507c
@ -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