prueba-alfa/next.config.js
2026-08-12 17:56:50 -06:00

3 lines
115 B
JavaScript

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