magricambi/next.config.mjs

6 lines
118 B
JavaScript
Raw Normal View History

2026-05-25 09:48:11 +02:00
/** @type {import('next').NextConfig} */
2026-05-25 11:31:47 +02:00
const nextConfig = {
output: "standalone",
};
2026-05-25 09:48:11 +02:00
export default nextConfig;