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",