Timothy Pomeroy 2 anos atrás
pai
commit
66cdac5c5f
1 arquivos alterados com 1 adições e 1 exclusões
  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)