mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add logo to site
This commit is contained in:
parent
34881e2afb
commit
36534c5a71
2 changed files with 7 additions and 0 deletions
|
|
@ -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: "/" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue