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} */
|
||||
const nextConfig = {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
reactStrictMode: true,
|
||||
output: "standalone",
|
||||
images: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user