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

@ -7,7 +7,7 @@
<!-- Bootstrap & Custom CSS -->
<link href="/static/css/bootstrap.css" rel="stylesheet" />
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="/static/css/bootstrap-icons.css" />
<link rel="stylesheet" href="/static/vendor/css/bootstrap-icons.min.css" />
<!-- favicon -->
<link rel="icon" href="/static/favicon-rmo.ico" type="image/x-icon" />
{{ block "extraheader" . }}{{ end }}