This commit is contained in:
2022-08-08 23:53:01 +08:00
parent d0a392e6fc
commit aecf926519
8 changed files with 196 additions and 51 deletions

View File

@@ -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">

View File

@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"start_url": "../",
"start_url": ".",
"display": "standalone",
"theme_color": "#333333",
"background_color": "#333333"