Files
explainegy-nextjs/next.config.js
2023-01-30 11:42:43 +01:00

9 lines
136 B
JavaScript

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