mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	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:
		@@ -1,9 +1,6 @@
 | 
			
		||||
/** @type {import('next').NextConfig} */
 | 
			
		||||
 | 
			
		||||
const nextConfig = {
 | 
			
		||||
  experimental: {
 | 
			
		||||
    appDir: true,
 | 
			
		||||
  },
 | 
			
		||||
  async rewrites() {
 | 
			
		||||
    const ret = [
 | 
			
		||||
      {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user