your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

format

Florian 8cad7bff a9a642dc

+1 -1
+1 -1
src/routes/[[actor=actor]]/og-new.png/+server.ts
··· 103 103 } 104 104 105 105 if (actor !== locals.did) { 106 - throw error(403, 'Cannot invalidate another user\'s OG image'); 106 + throw error(403, "Cannot invalidate another user's OG image"); 107 107 } 108 108 109 109 const cache = createCache(platform);