From 66b5dc588251db01ac1ebb9e91039e0b8884de3c Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 4 Feb 2026 12:19:32 +0200 Subject: [PATCH] chore(seo): add 'rel' attribute to external links --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 2b65a57d..fb63f435 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -241,6 +241,7 @@ const config = defineConfig({ rehypeExternalLinks, { target: '_blank', // Open external links in a new tab. + rel: 'follow', } ] ],