Add header for CORS
All checks were successful
Linting / build (pull_request) Successful in 48s
Linting / lint (pull_request) Successful in 51s

This commit is contained in:
Andrew Tomaka 2025-07-16 19:43:17 -04:00
parent 84f27c4880
commit 9d89d4f788
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

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