extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.
0
fork

Configure Feed

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

Add preview environment config for testing deployments

Sets PUBLIC_BASE_URL for preview to the branch-specific Cloudflare
Pages URL so OAuth works correctly on preview deployments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3
+3
wrangler.toml
··· 19 19 # [[kv_namespaces]] 20 20 # binding = "STATES_KV" 21 21 # id = "YOUR_STATES_KV_ID" 22 + 23 + [env.preview.vars] 24 + PUBLIC_BASE_URL = "https://feature-player2-join.atprotogo.pages.dev"