A personal website powered by Astro and ATProto

Compare changes

Choose any two refs to compare.

Changed files
+1 -1
src
lib
atproto
+1 -1
src/lib/atproto/blob-url.ts
··· 23 23 24 24 export function didFromConfig(): string { 25 25 const cfg = loadConfig() 26 - return cfg.atproto.did 26 + return cfg.atproto.did || '' 27 27 } 28 28 29 29