A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

fix: enable trailing slash for static export compatibility

Trezy 8a60596d aee96793

+1
+1
web/next.config.ts
··· 5 5 6 6 const nextConfig: NextConfig = { 7 7 reactCompiler: true, 8 + trailingSlash: true, 8 9 images: { unoptimized: true }, 9 10 }; 10 11