Update site config

This commit is contained in:
aaron 2023-08-09 20:59:16 +01:00
parent 747ca4858d
commit 8b73d51744
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@
### ⚠️ 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
- Declarative and concise syntax.

View file

@ -3,7 +3,8 @@ import { defineConfig } from "vitepress"
// https://vitepress.dev/reference/site-config
export default defineConfig({
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/",
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],