anycoder-038b2e26 / next.config.js
LPX55's picture
Upload next.config.js with huggingface_hub
f6a5834 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
images: {
unoptimized: true,
},
trailingSlash: true,
}
module.exports = nextConfig