ChatGPT-Next-Web/next.config.js

9 lines
134 B
JavaScript
Raw Normal View History

2023-03-07 15:23:54 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
}
module.exports = nextConfig