Skip to content

Commit

Permalink
Merge branch 'feat/dynamic-manifest-m4645' into 'master'
Browse files Browse the repository at this point in the history
[minds] Dynamic PWA manifest generation minds#4645

See merge request minds/minds!216
  • Loading branch information
markharding committed Mar 11, 2024
2 parents 137bc40 + 59afad5 commit 9397c91
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 9397c91

Please sign in to comment.