fix: adds host to initPage req creation (#6476)
This commit is contained in:
@@ -52,6 +52,7 @@ export const initPage = async ({
|
|||||||
fallbackLocale: null,
|
fallbackLocale: null,
|
||||||
locale: locale.code,
|
locale: locale.code,
|
||||||
req: {
|
req: {
|
||||||
|
host: headers.get('host'),
|
||||||
i18n,
|
i18n,
|
||||||
query: qs.parse(queryString, {
|
query: qs.parse(queryString, {
|
||||||
depth: 10,
|
depth: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user