From 12705f982e8c29589846102c85dbb7b6de5df15c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 27 Jul 2022 12:24:46 -0500 Subject: [PATCH] Fix extra space --- src/pages/kind/[...kindPath].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index 083e99a..e53754b 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -28,7 +28,7 @@ const { pathname, pathSlug, subSlug = 1 - } = getPathPartsFromAstroRequest( Astro.request ) +} = getPathPartsFromAstroRequest( Astro.request ) const redirectResponse = await catchRedirectResponse( Astro )