data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

fix: add back log/_rss but redirect

dusk 8a013a10 1f8a212c

+5
+5
src/routes/log/_rss/+server.ts
··· 1 + import { redirect } from '@sveltejs/kit'; 2 + 3 + export const GET = async ({ }) => { 4 + redirect(301, "https://bsky.app/profile/did:plc:dfl62fgb7wtjj3fcbb72naae/rss") 5 + };