this repo has no description
0
fork

Configure Feed

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

fix middleware?

alice 78ed70ff c16496cb

+1 -1
+1 -1
middleware.ts
··· 13 13 if ( 14 14 candidate && 15 15 !candidate.includes("localhost") && 16 - !candidate.includes("bsky") 16 + !candidate.includes("paperclip") 17 17 ) { 18 18 // Valid candidate 19 19 subdomain = candidate;