Update logo

This commit is contained in:
Aaron Smith 2023-08-09 10:59:07 +01:00
parent 36534c5a71
commit 3debf4277a
4 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@ export default defineConfig({
title: "Vide",
description: "A declarative and reactive library for Luau.",
base: "/vide/",
head: [["link", { rel: "icon", href: "/vide.svg" }]],
head: [["link", { rel: "icon", href: "/logo.svg" }]],
themeConfig: {
logo: "/vide.svg",
logo: "/logo.svg",
// https://vitepress.dev/reference/default-theme-config
nav: [