nextjs-hf-spaces / next.config.js
NERDDISCO's picture
initial commit
5dfa78d
/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone',
}