A personal website powered by Astro and ATProto

leaflet build deploy fix

Changed files
+1 -1
src
+1 -1
src/content.config.ts
··· 6 6 7 7 const documents = defineCollection({ 8 8 loader: leafletStaticLoader({ 9 - repo: config.atproto.did || config.atproto.handle || "did:plc:example" 9 + repo: config.atproto.did! 10 10 }), 11 11 }); 12 12