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 )