Files
stiftung-management-system/deploy-production
SysAdmin Agent ebaaf3dad3
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled
Code Quality / quality (push) Has been cancelled
Fix nginx: rewrite font paths in CSS to prevent double fonts/ directory (STI-91)
GrampsWeb's fonts.css references fonts as url('fonts/MaterialIcons.woff2').
Since fonts.css is served from /ahnenforschung/fonts/fonts.css, the browser
resolves this to /ahnenforschung/fonts/fonts/MaterialIcons.woff2 (double
fonts/ directory). Strip the fonts/ prefix via sub_filter so the URL
resolves correctly to /ahnenforschung/fonts/MaterialIcons.woff2.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-05 11:25:47 +00:00
..