Timothy Pomeroy пре 2 година
родитељ
комит
66cdac5c5f
1 измењених фајлова са 1 додато и 1 уклоњено
  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)