mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Put static assets in a separate directory so they can be delivered directly by nginx
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user