Update next.config.js

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

View File

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