Skip to content

Commit 4a088ff

Browse files
committed
main 🧊 add favicon
1 parent 6d21ad2 commit 4a088ff

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

β€Žpackages/docs/app/.vitepress/config.mts

+1-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,7 @@ export default async () => {
6060
pageData.title = pageData.params?.name;
6161
}
6262
},
63-
head: [
64-
[
65-
'link',
66-
{
67-
rel: 'icon',
68-
href: 'data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>πŸš€</text></svg>'
69-
}
70-
]
71-
],
63+
head: [['link', { rel: 'icon', href: '/reactuse/favicon.ico' }]],
7264
locales: {
7365
root: {
7466
label: 'English',
15 KB
Binary file not shown.

0 commit comments

Comments
Β (0)