Skip to content

Commit 204e270

Browse files
authored
docs: update pwa assets (#121)
1 parent 976c0ff commit 204e270

File tree

10 files changed

+763
-1140
lines changed

10 files changed

+763
-1140
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ export default withPwa(defineConfig({
286286
description: 'Zero-config PWA Framework-agnostic for Vite and Integrations',
287287
head: [
288288
['meta', { name: 'theme-color', content: '#ffffff' }],
289-
['link', { rel: 'icon', href: '/favicon.ico', sizes: 'any' }],
290-
['link', { rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml' }],
289+
['link', { rel: 'icon', href: '/favicon.ico', sizes: '48x48' }],
290+
['link', { rel: 'icon', href: '/favicon.svg', sizes: 'any', type: 'image/svg+xml' }],
291291
['link', { rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#ffffff' }],
292292
['meta', { name: 'author', content: 'Anthony Fu' }],
293293
['meta', {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@
4444
"generate-pwa-icons": "pwa-assets-generator"
4545
},
4646
"dependencies": {
47-
"@vueuse/core": "^10.6.1",
48-
"@vueuse/shared": "^10.6.1",
49-
"vue": "^3.3.10"
47+
"@vueuse/core": "^10.7.0",
48+
"@vueuse/shared": "^10.7.0",
49+
"vue": "^3.3.13"
5050
},
5151
"devDependencies": {
5252
"@antfu/eslint-config": "^0.43.1",
5353
"@antfu/ni": "^0.21.12",
5454
"@typescript-eslint/eslint-plugin": "^5.62.0",
5555
"@typescript-eslint/parser": "^5.62.0",
56-
"@vite-pwa/assets-generator": "^0.0.11",
56+
"@vite-pwa/assets-generator": "^0.2.2",
5757
"@vite-pwa/vitepress": "^0.3.1",
58-
"@vitejs/plugin-vue": "^4.5.1",
59-
"@vueuse/core": "^10.6.1",
58+
"@vitejs/plugin-vue": "^5.0.0",
59+
"@vueuse/core": "^10.7.0",
6060
"eslint": "^8.54.0",
6161
"https-localhost": "^4.7.1",
62-
"typescript": "^5.3.2",
62+
"typescript": "^5.3.3",
6363
"unocss": "^0.58.0",
6464
"unplugin-vue-components": "^0.25.2",
6565
"vite-plugin-pwa": "^0.17.4",
66-
"vitepress": "1.0.0-rc.31",
66+
"vitepress": "1.0.0-rc.33",
6767
"workbox-window": "^7.0.0"
6868
},
6969
"pnpm": {

0 commit comments

Comments
 (0)