Skip to content

Commit

Permalink
[minds] Dynamic PWA manifest generation minds#4645
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored and markharding committed Mar 11, 2024
1 parent 137bc40 commit 59afad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/nginx/dev-ssr.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ server {
log_not_found off;
}

location ~ ^(/api|/fs|/icon|/carousel|/emails/unsubscribe|/.well-known) {
location ~ ^(/api|/fs|/icon|/carousel|/emails/unsubscribe|/.well-known|/manifest.webmanifest) {
add_header 'Access-Control-Allow-Origin' "$http_origin";
add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';
Expand Down

0 comments on commit 59afad5

Please sign in to comment.