Update next.config.js
This commit is contained in:
parent
9179bc07c7
commit
e2bf0e4975
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user