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