We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6369c31 commit e9c60b4Copy full SHA for e9c60b4
src/routes/catalog/lookup.js
@@ -39,7 +39,7 @@ export default async function lookup(ctx) {
39
return new Response(undefined, {
40
status: 301,
41
headers: {
42
- Location: `${origin}/${org}/${site}/catalog/${storeCode}/${storeViewCode}/product/${sku}`,
+ Location: `${origin}/${org}/${site}/catalog/${storeCode}/${storeViewCode}/products/${sku}`,
43
},
44
});
45
}
0 commit comments