style: 🎨 Change logo to WebP version

This commit is contained in:
Jesse Wierzbinski 2024-04-29 14:03:13 -10:00
parent 33b862e82d
commit 0bd72ced33
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ export default defineConfig({
editLink: { editLink: {
pattern: "https://github.com/lysand-org/docs/edit/main/docs/:path", pattern: "https://github.com/lysand-org/docs/edit/main/docs/:path",
}, },
logo: "https://cdn.lysand.org/logo.svg", logo: "https://cdn.lysand.org/logo.webp",
}, },
lastUpdated: true, lastUpdated: true,
cleanUrls: true, cleanUrls: true,

View file

@ -7,7 +7,7 @@ hero:
text: "Federation, simpler" text: "Federation, simpler"
tagline: A simple to implement and complete federation protocol tagline: A simple to implement and complete federation protocol
image: image:
src: https://cdn.lysand.org/logo.svg src: https://cdn.lysand.org/logo.webp
alt: Lysand Logo alt: Lysand Logo
actions: actions:
- theme: brand - theme: brand