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

@ -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" }]],