We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f85358 commit 07142e9Copy full SHA for 07142e9
docs/.vitepress/config/index.ts
@@ -33,12 +33,13 @@ export default withPwa(defineConfig({
33
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo@2.x.png',
34
sizes: '512x512',
35
type: 'image/png',
36
+ purpose: 'maskable'
37
},
38
{
39
src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.svg',
40
sizes: '155x155',
41
type: 'image/svg',
- purpose: 'any maskable',
42
+ purpose: 'any',
43
44
],
45
docs/public/robots.txt
@@ -0,0 +1,2 @@
1
+User-agent: *
2
+Allow: /
0 commit comments