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 98eeb36 + 7b487e4 commit 6bdd3f8Copy full SHA for 6bdd3f8
lib/notion/utils.ts
@@ -34,7 +34,8 @@ export const addSignedUrls: NotionAPI["addSignedUrls"] = async ({
34
if (source) {
35
if (
36
source.includes("secure.notion-static.com") ||
37
- source.includes("prod-files-secure")
+ source.includes("prod-files-secure") ||
38
+ source.includes("attachment:")
39
) {
40
return {
41
permissionRecord: {
0 commit comments