Add header for CORS (#10)
All checks were successful
Deploy / deploy (push) Successful in 2m58s

Reviewed-on: #10
This commit is contained in:
Andrew Tomaka 2025-07-16 19:44:56 -04:00
parent 84f27c4880
commit 5c3671106c

View file

@ -21,6 +21,7 @@ server {
}
location ~ (\.well-known/|\@atomaka) {
add_header Access-Control-Allow-Origin '*';
return 302 $scheme://pub.atomaka.com$request_uri;
}