chore: prettier

This commit is contained in:
Percs 2024-10-13 00:51:57 -05:00
parent 70779ffe5b
commit a94f969a7b
6 changed files with 13 additions and 15 deletions

View file

@ -138,8 +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"],
},