Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
9d89d4f788
Add header for CORS
All checks were successful
Linting / build (pull_request) Successful in 48s
Linting / lint (pull_request) Successful in 51s
2025-07-16 19:43:17 -04:00

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;
} }