ccdp10003-project01/next.config.js
2023-04-16 19:37:27 +10:00

8 lines
134 B
JavaScript

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