next.config.js 134 B

12345678
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. experimental: {
  4. appDir: true,
  5. },
  6. }
  7. module.exports = nextConfig