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.
1 parent 7c7c0de commit de37c6cCopy full SHA for de37c6c
src/utils.ts
@@ -50,7 +50,7 @@ export const defaultMapImageUrl: MapImageUrl = (image = "", block) => {
50
}`
51
);
52
53
- if (block) {
+ if (block && !image.includes("/images/page-cover/")) {
54
const table =
55
block.value.parent_table === "space" ? "block" : block.value.parent_table;
56
url.searchParams.set("table", table);
0 commit comments