Fix favicon

This commit is contained in:
aaron 2023-08-09 19:16:25 +01:00
parent ba196b2dd1
commit eab45f4ee5
2 changed files with 1 additions and 1 deletions

View file

@ -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",