Files
pse.dev/next.config.mjs
2023-05-29 12:41:46 -05:00

10 lines
157 B
JavaScript

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