Skip to content

Commit 8d231c1

Browse files
committed
fix(docs): icon
1 parent 92443d5 commit 8d231c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ export default defineConfig({
55
title: 'x-crawl',
66
base: '/x-crawl/',
77

8-
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
8+
head: [
9+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/x-crawl/logo.svg' }]
10+
],
911

1012
cleanUrls: true,
1113
lastUpdated: true,

0 commit comments

Comments
 (0)