Fix extra space

This commit is contained in:
Sam Carlton 2022-07-27 12:24:46 -05:00
parent 45680fc776
commit 12705f982e

View file

@ -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 )