Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "neogarden", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -13,3 +13,3 @@ import { getClient } from "./getClient"; | ||
export async function loadPage({ request, params, fetchLinks }) { | ||
export async function loadPage({ request, params, fetchLinks = '' }) { | ||
const client = getClient(); | ||
@@ -24,3 +24,3 @@ const config = getConfig(); | ||
fetchLinks, | ||
lang: getLocale(params.lang), | ||
lang: getLocale(params), | ||
}; | ||
@@ -27,0 +27,0 @@ const { pathname } = new URL(request.url); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package