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