Put static assets in a separate directory so they can be delivered directly by nginx

This commit is contained in:
Ian Renton
2026-07-25 17:01:21 +01:00
parent 0cea777616
commit ecab8d6d16
10 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -27,11 +27,11 @@
<title>Spothole</title>
<link rel="icon" type="image/png" href="/static/img/icon-512.png">
<link rel="apple-touch-icon" href="img/icon-512-pwa.png">
<link rel="apple-touch-icon" href="/static/img/icon-512-pwa.png">
<link rel="alternate icon" type="image/png" href="/static/img/icon-192.png">
<link rel="alternate icon" type="image/png" href="/static/img/icon-32.png">
<link rel="alternate icon" type="image/png" href="/static/img/icon-16.png">
<link rel="alternate icon" type="image/x-icon" href="/favicon.ico">
<link rel="alternate icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="manifest" href="/manifest.webmanifest">