lint fixes

This commit is contained in:
wearrrrr 2024-10-12 21:59:15 -05:00
parent 8ff087efb2
commit c3ccd8f238
12 changed files with 41 additions and 44 deletions

View file

@ -138,7 +138,8 @@ export const htmlRules: {
// because they can't be fetch'd
return unrewriteBlob(value);
}
return rewriteUrl(value, meta);
return rewriteUrl(value, meta);
},
src: ["video", "audio"],
},