Update webmanifest to use /BASE_PATH/ (#17310)

This commit is contained in:
leccelecce
2025-03-23 11:34:33 +00:00
committed by GitHub
parent 644faaf65b
commit e36fe79782
2 changed files with 7 additions and 7 deletions

View File

@@ -313,8 +313,8 @@ http {
proxy_set_header Accept-Encoding "";
sub_filter_once off;
sub_filter_types application/json;
sub_filter '"start_url": "/"' '"start_url" : "$http_x_ingress_path"';
sub_filter '"src": "/' '"src": "$http_x_ingress_path/';
sub_filter '"start_url": "/BASE_PATH/"' '"start_url" : "$http_x_ingress_path/"';
sub_filter '"src": "/BASE_PATH/' '"src": "$http_x_ingress_path/';
}
sub_filter 'href="/BASE_PATH/' 'href="$http_x_ingress_path/';