Преглед на файлове

Merge branch 'v1.5' of http://161.248.87.190:3000/bcwin/site_front into v1.5

year преди 1 месец
родител
ревизия
b1df36734a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      next.config.mjs

+ 1 - 1
next.config.mjs

@@ -4,7 +4,7 @@ import createNextIntlPlugin from "next-intl/plugin";
 const withNextIntl = createNextIntlPlugin();
 /** @type {import('next').NextConfig} */
 const nextConfig = {
-    // output: "standalone",
+    output: "standalone",
     productionBrowserSourceMaps: true,
     reactStrictMode: false,
     env: {