fix: make recipe ingredinets interactive
This commit is contained in:
@@ -69,7 +69,6 @@ export const SearchResultItem = (
|
||||
) => {
|
||||
const resourceType = resources[item?.content._type];
|
||||
const href = item?.path.replace("/resources", "").replace(/\.md$/, "");
|
||||
console.log({ item, href });
|
||||
return (
|
||||
<a
|
||||
href={href}
|
||||
|
||||
Reference in New Issue
Block a user