From 2d5038d0468f4019292b679b42dd3fc4aed7f755 Mon Sep 17 00:00:00 2001 From: patak Date: Mon, 2 Jan 2023 23:22:38 +0100 Subject: [PATCH] chore: update mastodon usernames --- composables/about.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composables/about.ts b/composables/about.ts index 7e1be407..9bda5f35 100644 --- a/composables/about.ts +++ b/composables/about.ts @@ -10,7 +10,7 @@ export const teams: Team[] = [ github: 'antfu', display: 'Anthony Fu', twitter: 'antfu7', - mastodon: 'antfu@mas.to', + mastodon: 'antfu@webtoo.ls', }, { github: 'patak-dev', @@ -28,6 +28,6 @@ export const teams: Team[] = [ github: 'sxzz', display: '三咲智子 Kevin Deng', twitter: 'sanxiaozhizi', - mastodon: 'sxzz@mas.to', + mastodon: 'sxzz@webtoo.ls', }, ].sort(() => Math.random() - 0.5)