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