Timothy Pomeroy hace 2 años
padre
commit
66cdac5c5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -1,6 +1,6 @@
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-  output: "export",
+  // output: "export",
   env: {
     CLIENTS: process.env.CLIENTS
       ? JSON.parse(process.env.CLIENTS)