Timothy Pomeroy 2 éve
szülő
commit
66cdac5c5f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)