See the best posts from any Bluesky account
0
fork

Configure Feed

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

Preconnect to bsky and jsdelivr CDNs

Speeds up first paint of profile pages (avatars/post images from
cdn.bsky.app) and the phosphor icons stylesheet from jsdelivr. Also
adds the missing crossorigin attribute on the fonts.bunny.net
preconnect so it's actually reused for the font requests.

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

+5 -1
+5 -1
resources/views/components/layout.edge
··· 3 3 <head> 4 4 <meta charset="utf-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 - <link rel="preconnect" href="https://fonts.bunny.net" /> 6 + <link rel="preconnect" href="https://fonts.bunny.net" crossorigin /> 7 + <link rel="preconnect" href="https://cdn.bsky.app" crossorigin /> 8 + <link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin /> 9 + <link rel="dns-prefetch" href="https://cdn.bsky.app" /> 10 + <link rel="dns-prefetch" href="https://cdn.jsdelivr.net" /> 7 11 <link href="https://fonts.bunny.net/css?family=figtree:400,500,600,700|gabarito:400,500,600,700&display=swap" rel="stylesheet" /> 8 12 <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path fill='%23ef4444' d='M240,98a57.63,57.63,0,0,1-17,41L128,234,33,139A58,58,0,0,1,114,57.41l14,14.18,14-14.18A58,58,0,0,1,240,98Z'/></svg>" /> 9 13 <script nonce="{{ cspNonce }}">