anycoder-cc1d8ec7 / next.config.js
raouldukelivesagain's picture
Upload next.config.js with huggingface_hub
23d5172 verified
raw
history blame contribute delete
179 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
images: {
unoptimized: true
}
}
module.exports = nextConfig