A community based topic aggregation platform built on atproto

fix: CORS Header in Caddy config

Changed files
+1
+1
Caddyfile
···
coves.social {
# Serve .well-known files for DID verification
handle /.well-known/* {
root * /srv
file_server
}
···
coves.social {
# Serve .well-known files for DID verification
handle /.well-known/* {
+
header Access-Control-Allow-Origin "*"
root * /srv
file_server
}