From 0bd72ced33b89033264a3f7edde832bebbb2671b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 29 Apr 2024 14:03:13 -1000 Subject: [PATCH] style: :art: Change logo to WebP version --- .vitepress/config.mts | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index a3d3c55..fa72384 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -131,7 +131,7 @@ export default defineConfig({ editLink: { 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, cleanUrls: true, diff --git a/docs/index.md b/docs/index.md index 34da42e..8c96233 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ hero: text: "Federation, simpler" tagline: A simple to implement and complete federation protocol image: - src: https://cdn.lysand.org/logo.svg + src: https://cdn.lysand.org/logo.webp alt: Lysand Logo actions: - theme: brand