mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix favicon
This commit is contained in:
parent
ba196b2dd1
commit
eab45f4ee5
2 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export default defineConfig({
|
||||||
title: "Vide",
|
title: "Vide",
|
||||||
description: "A declarative and reactive library for Luau.",
|
description: "A declarative and reactive library for Luau.",
|
||||||
base: "/vide/",
|
base: "/vide/",
|
||||||
head: [["link", { rel: "icon", href: "/logo.svg" }]],
|
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/logo.svg",
|
logo: "/logo.svg",
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue