Skip to content

Commit de37c6c

Browse files
committed
Skip query params for default backgrounds
1 parent 7c7c0de commit de37c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const defaultMapImageUrl: MapImageUrl = (image = "", block) => {
5050
}`
5151
);
5252

53-
if (block) {
53+
if (block && !image.includes("/images/page-cover/")) {
5454
const table =
5555
block.value.parent_table === "space" ? "block" : block.value.parent_table;
5656
url.searchParams.set("table", table);

0 commit comments

Comments
 (0)