Files
fefan/next/next.config.js
2026-01-19 11:43:59 +01:00

7 lines
119 B
JavaScript

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