anycoder-804f2c8b / next.config.js
Rms666777's picture
Upload next.config.js with huggingface_hub
46ebdfd verified
raw
history blame contribute delete
166 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
trailingSlash: true,
};
module.exports = nextConfig;