app-de-prueba/next.config.js

4 lines
115 B
JavaScript
Raw Normal View History

2026-09-07 23:36:59 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = { output: "standalone" };
module.exports = nextConfig;