diff --git a/pages/@[account]/index.vue b/pages/@[account]/index.vue index c2315fa8..4f06d903 100644 --- a/pages/@[account]/index.vue +++ b/pages/@[account]/index.vue @@ -4,7 +4,7 @@ const accountName = $(computedEager(() => toShortHandle(params.account as string const { t } = useI18n() -const { data: account, refresh } = $(await useAsyncData(() => fetchAccountByName(accountName).catch(() => null))) +const { data: account, refresh } = $(await useAsyncData(() => fetchAccountByHandle(accountName).catch(() => null))) if (account) { useHeadFixed({