Add caching headers for production, fix css for RMO

This commit is contained in:
Eli Ribble 2026-02-17 22:27:51 +00:00
parent 58da733531
commit ee7dc1dd08
No known key found for this signature in database
5 changed files with 17 additions and 10 deletions

View file

@ -199,7 +199,7 @@ class AddressOrReportInput extends HTMLElement {
this.shadowRoot.innerHTML = `
<style>
@import url('/static/css/bootstrap.css');
@import url('/static/css/bootstrap-icons.css');
@import url('/static/vendor/css/bootstrap-icons.min.css');
.detail-label {
font-size: 0.8rem;
text-transform: uppercase;