Update the official Bluesky web app URL to prod
1 files changed, 1 insertions(+), 1 deletions(-) M src/utils/constants.ts
M src/utils/constants.ts => src/utils/constants.ts +1 -1
@@ 1,2 1,2 @@ export const DEFAULT_SERVICE = `https://bsky.social` -export const WEB_APP = `https://staging.bsky.app` +export const WEB_APP = `https://bsky.app`