Skip to content

Commit 3f2db62

Browse files
fix path
1 parent a5c80cc commit 3f2db62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const shared = defineConfig({
2727

2828
head: [
2929
['link', { rel: 'icon', href: '/favicon.ico' }],
30-
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }],
30+
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/icons/apple-touch-icon.png' }],
3131
],
3232

3333
markdown: {

0 commit comments

Comments
 (0)