A community based topic aggregation platform built on atproto

fix:allowing main domain to resolve

+2 -1
+2 -1
docker-compose.prod.yml
··· 133 133 134 134 # Handle domains 135 135 # Community handles use @community.coves.social (AppView domain) 136 - PDS_SERVICE_HANDLE_DOMAINS: .coves.social 136 + # Include both root domain and subdomains 137 + PDS_SERVICE_HANDLE_DOMAINS: .coves.social,coves.social 137 138 138 139 # Security (set real values in .env.prod) 139 140 PDS_JWT_SECRET: ${PDS_JWT_SECRET}