anycoder-2e0e36d2 / next.config.js
M-Zeki's picture
Upload next.config.js with huggingface_hub
3b8a90f verified
Raw
History Blame Contribute Delete
216 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
transpilePackages: ['three', '@react-three/fiber', '@react-three/drei'],
}
module.exports = nextConfig