Fix links

This commit is contained in:
Ategon 2025-02-11 02:58:31 -05:00
parent 0f8e0ff2fa
commit 44b027e8b2

View file

@ -6,6 +6,7 @@ export function sanitize(content: string) {
allowedAttributes: {
img: ["src", "style"],
p: ["style"],
a: ["target", "rel", "href"],
},
allowedStyles: {
img: {