OCR_DATASET_MAKER / web /next.config.js
Omarrran's picture
OCR Dataset Generator for HF Spaces
24a732c
raw
history blame contribute delete
119 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig