feat: update mastodon to webtoo.ls profile

This commit is contained in:
ayo 2026-06-05 12:12:08 +02:00
parent 1dbd3d662c
commit e3be0e92cb
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ export const footerLinks: Link[] = [
},
{
text: 'Mastodon',
url: 'https://main.elk.zone/social.ayco.io/@ayo',
url: 'https://main.elk.zone/m.webtoo.ls/@ayo',
icon: 'mastodon',
},
{

View file

@ -15,7 +15,7 @@ import { getImage } from 'astro:assets'
// fetch mastodon account
const response = await fetch(
'https://social.ayco.io/api/v1/accounts/lookup?acct=ayo'
'https://m.webtoo.ls/api/v1/accounts/lookup?acct=ayo'
)
const data = await response.json()
const { avatar } = data

View file

@ -8,7 +8,7 @@ import { Picture } from 'astro:assets'
// fetch mastodon account
const response = await fetch(
'https://social.ayco.io/api/v1/accounts/lookup?acct=ayo'
'https://m.webtoo.ls/api/v1/accounts/lookup?acct=ayo'
)
const data = await response.json()
const { avatar, note } = data