very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
59
fork

Configure Feed

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

[docs] fix rewrites

dawn 399592f4 db9caf45

+5 -5
+5 -5
flake.nix
··· 20 20 redirects = pkgs.writeTextFile { 21 21 name = "_redirects"; 22 22 text = '' 23 - /static/* /static/:splat 200! 24 - /docs/w/* /:splat 301! 25 - /~ / 301! 26 - / /docs/w/~ 200! 27 - /* /docs/w/:splat 200! 23 + /static/* /static/:splat 200 24 + /docs/w/* /:splat 301 25 + /~ / 301 26 + / /docs/w/~ 200 27 + /* /docs/w/:splat 200 28 28 ''; 29 29 }; 30 30 buildDocs = pkgs.writeShellApplication {