mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Include params from Astro request
This commit is contained in:
parent
d2f86aba5f
commit
59ff41a3f6
1 changed files with 2 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ export function getPathPartsFromAstroRequest ( AstroRequest ) {
|
||||||
pathname: url.pathname,
|
pathname: url.pathname,
|
||||||
routeType,
|
routeType,
|
||||||
pathSlug,
|
pathSlug,
|
||||||
subSlug
|
subSlug,
|
||||||
|
params: Object.fromEntries( url.searchParams )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue