Merge branch 'master' into codex/build-front-end-with-/birdnet/-base-path

This commit is contained in:
Alexandre
2026-01-31 12:49:00 +01:00
committed by GitHub
64 changed files with 77 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
absolute_redirect off;
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
sub_filter_once off;
sub_filter_types text/html text/css application/javascript;
sub_filter_types *;
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
sub_filter 'href="/' 'href="%%ingress_entry%%/';
sub_filter 'src="/' 'src="%%ingress_entry%%/';