ChatGPT-Next-Web/next.config.js
2023-03-07 23:23:54 +08:00

9 lines
134 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
}
module.exports = nextConfig