See the best posts from any Bluesky account
0
fork

Configure Feed

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

Update landing page example handles

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
app/controllers/landing_controller.ts
··· 1 1 import type { HttpContext } from '@adonisjs/core/http' 2 2 3 - const EXAMPLE_HANDLES = ['dril.bsky.social', 'astrokatie.com', 'pfrazee.com'] 3 + const EXAMPLE_HANDLES = ['dril.bsky.social', 'kumail.bsky.social', 'petridishes.bsky.social'] 4 4 5 5 export default class LandingController { 6 6 async show({ view }: HttpContext) {