👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

add did web for deckbelcher

+31
+1
public/.well-known/atproto-did
··· 1 + did:web:deckbelcher.com
+26
public/.well-known/did.json
··· 1 + { 2 + "@context": [ 3 + "https://www.w3.org/ns/did/v1", 4 + "https://w3id.org/security/multikey/v1", 5 + "https://w3id.org/security/suites/secp256k1-2019/v1" 6 + ], 7 + "id": "did:web:deckbelcher.com", 8 + "alsoKnownAs": [ 9 + "at://deckbelcher.com" 10 + ], 11 + "verificationMethod": [ 12 + { 13 + "id": "did:web:deckbelcher.com#atproto", 14 + "type": "Multikey", 15 + "controller": "did:web:deckbelcher.com", 16 + "publicKeyMultibase": "zQ3shWLd8zo2uDUGeqeuHgyMJnTwpDLBVLRipr5vxNZ2pCswQ" 17 + } 18 + ], 19 + "service": [ 20 + { 21 + "id": "#atproto_pds", 22 + "type": "AtprotoPersonalDataServer", 23 + "serviceEndpoint": "https://atproto.systems" 24 + } 25 + ] 26 + }
+4
public/_headers
··· 1 + # AT Protocol well-known files need CORS for cross-origin discovery 2 + /.well-known/* 3 + Access-Control-Allow-Origin: * 4 + 1 5 # Fonts - static assets, rarely change (1 year) 2 6 /fonts/recursive/* 3 7 Cache-Control: public, max-age=31536000, immutable