fix PWA
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon/512.png">
|
||||
<link rel="manifest" href="./static/manifest.json">
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<meta name="theme-color" content="#333333"/>
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "../",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#333333",
|
||||
"background_color": "#333333"
|
||||
Reference in New Issue
Block a user