Skip to content

Commit

Permalink
feat(pwa): add pwa shortcut icon, closes #201
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 17, 2023
1 parent 842c96c commit 3a23e99
Show file tree
Hide file tree
Showing 13 changed files with 656 additions and 53 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/svg" href="/src/assets/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />

<title>metacubexd</title>
</head>
<body>
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"format": "prettier -w .",
"lint": "eslint --fix .",
"prepare": "husky install",
"pwa-assets-generator": "pwa-assets-generator",
"serve": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -38,6 +39,7 @@
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vite-pwa/assets-generator": "^0.0.10",
"apexcharts": "^3.42.0",
"autoprefixer": "^10.4.15",
"byte-size": "^8.1.1",
Expand Down
Loading

0 comments on commit 3a23e99

Please sign in to comment.