···11import { CredentialManager, XRPC } from "@atcute/client";
22+23import { MY_PDS } from "./config";
3445const handler = new CredentialManager({ service: `https://${MY_PDS}`, fetch });
+3-1
src/lib/config.ts
···11export const MY_DID = "did:plc:by3jhwdqgbtrcc7q4tkkv3cf";
22export const MY_PDS = "oyster.us-east.host.bsky.network";
33+export const AUTHOR_NAME = "alice";
34export const HOSTNAME = "alice.bsky.sh";
45export const TITLE = "alice.bsky.sh";
55-export const DESCRIPTION = "this is a blog. there are many like it, but this one is mine.";
66+export const DESCRIPTION =
77+ "this is a blog. there are many like it, but this one is mine.";
68export const GITHUB_USERNAME = "aliceisjustplaying";