anycoder-087d6747 / next.config.js
johnreaver's picture
Upload next.config.js with huggingface_hub
60d875c verified
raw
history blame contribute delete
143 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
};
module.exports = nextConfig;