model-release-heatmap / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
add path param for user page
c798beb
raw
history blame contribute delete
142 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
export default nextConfig;