anycoder-44574058 / next.config.js
mexicanamerican's picture
Upload next.config.js with huggingface_hub
609006d verified
raw
history blame contribute delete
117 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig