magricambi/next.config.mjs
2026-05-25 11:45:51 +02:00

5 lines
118 B
JavaScript

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