Skip to content

Commit 07142e9

Browse files
committed
docs: pwa icon
1 parent 0f85358 commit 07142e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/.vitepress/config/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ export default withPwa(defineConfig({
3333
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo@2.x.png',
3434
sizes: '512x512',
3535
type: 'image/png',
36+
purpose: 'maskable'
3637
},
3738
{
3839
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.svg',
3940
sizes: '155x155',
4041
type: 'image/svg',
41-
purpose: 'any maskable',
42+
purpose: 'any',
4243
},
4344
],
4445
},

docs/public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

0 commit comments

Comments
 (0)