prueba-alfa/next.config.js

4 lines
115 B
JavaScript
Raw Normal View History

2026-08-12 23:56:50 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = { output: "standalone" };
module.exports = nextConfig;