fix: manifest
This commit is contained in:
@@ -33,7 +33,7 @@ export default withMermaid({
|
|||||||
["link", { "rel": "apple-touch-icon", "sizes": "180x180", "href": "/apple-touch-icon-180x180.png" }],
|
["link", { "rel": "apple-touch-icon", "sizes": "180x180", "href": "/apple-touch-icon-180x180.png" }],
|
||||||
["link", { "rel": "icon", "type": "image/png", "sizes": "32x32", "href": "/favicon-32x32.png" }],
|
["link", { "rel": "icon", "type": "image/png", "sizes": "32x32", "href": "/favicon-32x32.png" }],
|
||||||
["link", { "rel": "icon", "type": "image/png", "sizes": "16x16", "href": "/favicon-16x16.png" }],
|
["link", { "rel": "icon", "type": "image/png", "sizes": "16x16", "href": "/favicon-16x16.png" }],
|
||||||
["link", { "rel": "manifest", "href": "/site.webmanifest" }],
|
["link", { "rel": "manifest", "href": "/manifest.webmanifest" }],
|
||||||
["link", { "rel": "mask-icon", "href": "/safari-pinned-tab.svg", "color": "#5bbad5" }],
|
["link", { "rel": "mask-icon", "href": "/safari-pinned-tab.svg", "color": "#5bbad5" }],
|
||||||
["meta", { "name": "msapplication-TileColor", "content": "#2b5797" }],
|
["meta", { "name": "msapplication-TileColor", "content": "#2b5797" }],
|
||||||
["meta", { "name": "theme-color", "content": "#ffffff" }],
|
["meta", { "name": "theme-color", "content": "#ffffff" }],
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "HDU-CS-WIKI",
|
|
||||||
"short_name": "HDU-CS-WIKI",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "/android-chrome-192x192.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/android-chrome-512x512.png",
|
|
||||||
"sizes": "512x512",
|
|
||||||
"type": "image/png"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user