diff --git a/src/helpers/sanitize.ts b/src/helpers/sanitize.ts index 4c0cf8e..cc6fdfb 100644 --- a/src/helpers/sanitize.ts +++ b/src/helpers/sanitize.ts @@ -6,6 +6,7 @@ export function sanitize(content: string) { allowedAttributes: { img: ["src", "style"], p: ["style"], + a: ["target", "rel", "href"], }, allowedStyles: { img: {