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