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 28b90eeaa676e080ed0fdd3fb5f52b467533ff96 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;