Skip to content

Commit 5ad8cc4

Browse files
committed
docs: pwa icon
1 parent 07142e9 commit 5ad8cc4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/.vitepress/config/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ export default withPwa(defineConfig({
2525
theme_color: '#ffffff',
2626
icons: [
2727
{
28-
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.png',
28+
src: '/vue-hooks-plus/pwa-192x192.png',
2929
sizes: '192x192',
3030
type: 'image/png',
3131
},
3232
{
33-
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo@2.x.png',
33+
src: 'vue-hooks-plus/pwa-512x512.png',
3434
sizes: '512x512',
3535
type: 'image/png',
36-
purpose: 'maskable'
36+
purpose: 'any'
3737
},
3838
{
39-
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.svg',
39+
src: '/vue-hooks-plus/maskable-icon.png',
4040
sizes: '155x155',
4141
type: 'image/svg',
42-
purpose: 'any',
42+
purpose: 'maskable',
4343
},
4444
],
4545
},

docs/public/maskable-icon.png

38.8 KB
Loading

docs/public/pwa-192x192.png

14.3 KB
Loading

docs/public/pwa-512x512.png

38.1 KB
Loading

0 commit comments

Comments
 (0)