taxonomy/next.config.js
2023-04-25 19:14:02 +04:00

8 lines
134 B
JavaScript

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