anycoder-5eb157c9 / next.config.js
ColdSlim's picture
Upload next.config.js with huggingface_hub
c263cc7 verified
raw
history blame contribute delete
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
}
module.exports = nextConfig