mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update logo
This commit is contained in:
parent
36534c5a71
commit
3debf4277a
4 changed files with 4 additions and 4 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue