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', } ] ],