mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update site config
This commit is contained in:
parent
747ca4858d
commit
8b73d51744
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
### ⚠️ This library is in early stages of development with breaking changes being made often.
|
### ⚠️ This library is in early stages of development with breaking changes being made often.
|
||||||
|
|
||||||
Vide is a reactive and declarative UI library.
|
Vide is a reactive UI library.
|
||||||
|
|
||||||
- Uses Luau typechecking
|
- Uses Luau typechecking
|
||||||
- Declarative and concise syntax.
|
- Declarative and concise syntax.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@ import { defineConfig } from "vitepress"
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Vide",
|
title: "Vide",
|
||||||
description: "A declarative and reactive library for Luau.",
|
titleTemplate: ":title - A reactive UI library for Luau",
|
||||||
|
description: "A reactive UI library for Luau.",
|
||||||
base: "/vide/",
|
base: "/vide/",
|
||||||
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue