hair-colour / next.config.js
Esteves Enzo
try to deploy
0e7e985
raw
history blame
No virus
209 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
},
}
module.exports = nextConfig