docs: Fix favicon link.

This commit is contained in:
Jason Lee 2025-10-21 16:27:01 +08:00
parent 46e43ee883
commit 28956cc2e9

View file

@ -32,7 +32,7 @@ const config: UserConfig = {
"link", "link",
{ {
rel: "icon", rel: "icon",
href: "/logo.svg", href: "/gpui-component/logo.svg",
}, },
], ],
], ],