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

@ -1,7 +1,7 @@
<br> <br>
<div align="center"> <div align="center">
<img style="float: right;margin-top:50px" src="docs/vide.svg" width="110" /> <img style="float: right;margin-top:50px" src="docs/logo.svg" width="110" />
</div> </div>
<br> <br>

View file

@ -5,10 +5,10 @@ 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" }]], head: [["link", { rel: "icon", href: "/logo.svg" }]],
themeConfig: { themeConfig: {
logo: "/vide.svg", logo: "/logo.svg",
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [

View file

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

View file

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 487 B

Before After
Before After