We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 611a373 + eb6a1f3 commit 7b435f7Copy full SHA for 7b435f7
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