From e2bf0e49755b20f669738a53c2df53db87e4e0e0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:36:14 -0800 Subject: [PATCH] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 267812e4..b374ca1b 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const { i18n } = require("./next-i18next.config"); /** @type {import('next').NextConfig} */ const nextConfig = { server: { - host: '0.0.0.0', + host: "0.0.0.0", }, reactStrictMode: true, output: "standalone",