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