Files
nukeitter/next.config.js
2023-01-24 01:28:15 +00:00

9 lines
134 B
JavaScript

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