Added search pages to sanity and storefront

This commit is contained in:
Henrik Larsson
2023-08-15 10:44:10 +02:00
parent 2e926ae209
commit 8dff87e62f
15 changed files with 220 additions and 85 deletions

View File

@@ -22,9 +22,7 @@ export async function GET(request: Request) {
Location: `/${locale}`,
},
})
}
if (type === 'page') {
} else {
return new Response(null, {
status: 307,
headers: {