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 7fc4923 commit 0f85358Copy full SHA for 0f85358
docs/.vitepress/config/index.ts
@@ -25,17 +25,17 @@ export default withPwa(defineConfig({
25
theme_color: '#ffffff',
26
icons: [
27
{
28
- src: '/vue-hooks-plus/logo.png',
+ src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.png',
29
sizes: '192x192',
30
type: 'image/png',
31
},
32
33
- src: '/vue-hooks-plus/logo@2.x.png',
+ src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo@2.x.png',
34
sizes: '512x512',
35
36
37
38
- src: '/vue-hooks-plus/logo.svg',
+ src: 'https://inhiblabcore.github.io/vue-hooks-plus/logo.svg',
39
sizes: '155x155',
40
type: 'image/svg',
41
purpose: 'any maskable',
0 commit comments