We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611a373 commit eb6a1f3Copy full SHA for eb6a1f3
src/components/page-icon.tsx
@@ -34,7 +34,7 @@ const PageIcon: React.FC<AssetProps> = ({
34
const title = block.value.properties?.title;
35
36
if (icon?.includes("http")) {
37
- const url = mapImageUrl(icon);
+ const url = mapImageUrl(icon, block);
38
39
return (
40
<img
0 commit comments