From 2a9a885e8ea3da55d8fe19be4eaf71dfbf48ac41 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 25 May 2022 18:28:59 -0500 Subject: [PATCH] Use actual pathname for king page --- 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 d3b4a8b..1f4e238 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -64,7 +64,7 @@ if ( redirectResponse !== null ) { // structuredData: this.structuredData, // domain, - pathname: '/test', + pathname }} >