File size: 216 Bytes
c2f2d19
 
 
3b8a90f
 
c2f2d19
 
 
1
2
3
4
5
6
7
8
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  output: 'standalone',
  transpilePackages: ['three', '@react-three/fiber', '@react-three/drei'],
}

module.exports = nextConfig