From e37a724275496c70134a857c5f66892eeeff2327 Mon Sep 17 00:00:00 2001 From: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:19:27 +0800 Subject: [PATCH] feat: using rel="me" to verify ownership for websites (#62) Verify the target link is presented by the same person: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me --- src/components/widget/Profile.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widget/Profile.astro b/src/components/widget/Profile.astro index 5b08e8d..c930ca3 100644 --- a/src/components/widget/Profile.astro +++ b/src/components/widget/Profile.astro @@ -22,7 +22,7 @@ const config = profileConfig;
{config.bio}
{config.links.map(item => - + )}