mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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,
|
pathname,
|
||||||
pathSlug,
|
pathSlug,
|
||||||
subSlug = 1
|
subSlug = 1
|
||||||
} = getPathPartsFromAstroRequest( Astro.request )
|
} = getPathPartsFromAstroRequest( Astro.request )
|
||||||
|
|
||||||
|
|
||||||
const redirectResponse = await catchRedirectResponse( Astro )
|
const redirectResponse = await catchRedirectResponse( Astro )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue