Update next.config.js

This commit is contained in:
shamoon 2025-01-27 07:36:14 -08:00 committed by GitHub
parent 9179bc07c7
commit e2bf0e4975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ const { i18n } = require("./next-i18next.config");
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
server: { server: {
host: '0.0.0.0', host: "0.0.0.0",
}, },
reactStrictMode: true, reactStrictMode: true,
output: "standalone", output: "standalone",