Files

6 lines
116 B
JavaScript
Raw Permalink Normal View History

2026-05-18 15:25:38 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig