mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Allow passing undefined subSlug
This commit is contained in:
parent
d2fe49b9b4
commit
91ed68e236
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export function getPathPartsFromAstroRequest ( AstroRequest ) {
|
|||
const [
|
||||
routeType,
|
||||
pathSlug,
|
||||
subSlug = null
|
||||
subSlug
|
||||
] = getPartPartsFromUrl ( AstroRequest.url )
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue