text-to-panorama / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
exhumation of this old project 🧟
f42fa3f
raw
history blame contribute delete
No virus
117 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig