Compare commits

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

1 commit

Author SHA1 Message Date
5c3671106c Add header for CORS (#10)
All checks were successful
Deploy / deploy (push) Successful in 2m58s
Reviewed-on: #10
2025-07-16 19:44:56 -04:00

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