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",
|
||||
description: "A declarative and reactive library for Luau.",
|
||||
base: "/vide/",
|
||||
head: [["link", { rel: "icon", href: "/logo.svg" }]],
|
||||
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
||||
|
||||
themeConfig: {
|
||||
logo: "/logo.svg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue