peer-at-code-web/next.config.js
2023-02-03 23:52:10 +01:00

8 lines
134 B
JavaScript

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