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

Configure Feed

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

at fix/layout-stuff 6 lines 217 B view raw
1import { isActorIdentifier } from '@atcute/lexicons/syntax'; 2import type { ParamMatcher } from '@sveltejs/kit'; 3 4export const match = ((param: string) => { 5 return isActorIdentifier(param); 6}) satisfies ParamMatcher;