hub-stats / next.config.mjs
Caleb Fahlgren
init
1c1f44a
raw
history blame
157 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true,
},
}
export default nextConfig