anycoder-e7ad4b16 / next.config.js
hailsbop's picture
Upload next.config.js with huggingface_hub
ce6df88 verified
Raw
History Blame Contribute Delete
117 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig