Files
linumiq_net-web_app/next.config.mjs
T
2026-05-29 17:07:00 +02:00

8 lines
167 B
JavaScript

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