Skip to content

Commit 0f85358

Browse files
committed
docs: pwa icon
1 parent 7fc4923 commit 0f85358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/config/index.ts

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

0 commit comments

Comments
 (0)