Files
2026-05-18 15:25:38 +02:00

6 lines
116 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig