Analysis/frontend/next.config.mjs
2026-01-11 22:56:02 +01:00

7 lines
117 B
JavaScript

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