A community based topic aggregation platform built on atproto

fix:allowing main domain to resolve

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