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