From f16865d14b1ee21f009278232d2b49922d8691c0 Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Tue, 30 May 2023 16:40:39 +0200 Subject: [PATCH] fix logo for docs (tentative) --- docs/index.md | 2 +- docs/{images/logo-color2.png => public/logo.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{images/logo-color2.png => public/logo.png} (100%) diff --git a/docs/index.md b/docs/index.md index a2704de..f6ef818 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ hero: text: "Hardware and software that tell stories" tagline: Make your own, its free sofware image: - src: ./images/logo-color2.png + src: /logo.png alt: logo actions: - theme: brand diff --git a/docs/images/logo-color2.png b/docs/public/logo.png similarity index 100% rename from docs/images/logo-color2.png rename to docs/public/logo.png