mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix extra space
This commit is contained in:
parent
45680fc776
commit
12705f982e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const {
|
|||
pathname,
|
||||
pathSlug,
|
||||
subSlug = 1
|
||||
} = getPathPartsFromAstroRequest( Astro.request )
|
||||
} = getPathPartsFromAstroRequest( Astro.request )
|
||||
|
||||
|
||||
const redirectResponse = await catchRedirectResponse( Astro )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue