hub-stats / next.config.mjs
Caleb Fahlgren
add dockerfile build
cf661a0
raw
history blame contribute delete
182 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
experimental: {
appDir: true,
},
}
export default nextConfig