From 4dfb9addeab91710b1354e45d015f7b260138dd8 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 18 Nov 2024 00:59:17 +0000 Subject: [PATCH] =?UTF-8?q?social-app=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- social-app.-.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/social-app.-.md b/social-app.-.md index ae3eae6..290c961 100644 --- a/social-app.-.md +++ b/social-app.-.md @@ -1,7 +1,8 @@ ## logout状態では`/profile/$did`を閲覧できない -```sh -./lib/constants.ts:export const PUBLIC_BSKY_SERVICE = 'https://bsky.syu.is' +```diff +- ./lib/constants.ts:export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app' ++ ./lib/constants.ts:export const PUBLIC_BSKY_SERVICE = 'https://bsky.syu.is' ``` ## timelineのavatarが表示されない