mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update logo
This commit is contained in:
parent
36534c5a71
commit
3debf4277a
4 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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: [
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 487 B |
Loading…
Add table
Add a link
Reference in a new issue