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