Files
reflector/www/next.config.js
2023-07-27 12:46:50 +02:00

7 lines
119 B
JavaScript

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