Update logo

This commit is contained in:
Aaron Smith 2023-08-09 10:59:07 +01:00
parent 36534c5a71
commit 3debf4277a
4 changed files with 4 additions and 4 deletions

View file

@ -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: [

View file

@ -7,7 +7,7 @@ hero:
text: ""
tagline: A declarative and reactive library for Luau.
image:
src: /vide.svg
src: /logo.svg
alt: Vide
actions:
- theme: brand

View file

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 487 B

Before After
Before After