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", 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: "/vide.svg" }]],
themeConfig: { themeConfig: {
logo: "/vide.svg",
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [
{ text: "Home", link: "/" }, { text: "Home", link: "/" },

View file

@ -6,6 +6,9 @@ hero:
name: Vide name: Vide
text: "" text: ""
tagline: A declarative and reactive library for Luau. tagline: A declarative and reactive library for Luau.
image:
src: /vide.svg
alt: Vide
actions: actions:
- theme: brand - theme: brand
text: Tutorials text: Tutorials