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",
|
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: "/" },
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue