magricambi/next.config.mjs
2026-05-25 11:31:47 +02:00

6 lines
119 B
JavaScript

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