A personal website powered by Astro and ATProto

linter fix

+1 -1
+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