aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/index.html
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-09 22:30:28 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-09 22:30:28 -0700
commita23914d573841f9088cc9cd69bce24c28f432acf (patch)
treed398a83d0f835aed091853c889eea223bc93891f /public/index.html
parent9e4fe0d2274b00106e6a46a11242dcac1c10e8a1 (diff)
downloadhomer-a23914d573841f9088cc9cd69bce24c28f432acf.tar.gz
homer-a23914d573841f9088cc9cd69bce24c28f432acf.tar.zst
homer-a23914d573841f9088cc9cd69bce24c28f432acf.zip
specify all icons path to fix pwa issue,130611941
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 2cda7e2..e38d444 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
7 <meta name="robots" content="noindex"> 7 <meta name="robots" content="noindex">
8 <link rel="icon" href="<%= BASE_URL %>favicon.png"> 8 <link rel="icon" href="<%= BASE_URL %>favicon.png">
9 <title><%= htmlWebpackPlugin.options.title %></title> 9 <title><%= htmlWebpackPlugin.options.title %></title>