Add logo to site

This commit is contained in:
Aaron Smith 2023-08-09 10:07:41 +01:00
parent 34881e2afb
commit 36534c5a71
2 changed files with 7 additions and 0 deletions

View file

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