From 6ff65733898177e5947bd4362b9c9861829b9c56 Mon Sep 17 00:00:00 2001 From: Ayc0 Date: Wed, 3 Apr 2024 01:06:52 +0200 Subject: [PATCH] Fix favicon --- {src => public}/images/favicon.png | Bin src/content/docs/index.mdx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => public}/images/favicon.png (100%) diff --git a/src/images/favicon.png b/public/images/favicon.png similarity index 100% rename from src/images/favicon.png rename to public/images/favicon.png diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 6d67b6f..f4d5551 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -6,7 +6,7 @@ hero: title: Projects by Ayc0 tagline: Various personal projects (finished or not), and all the blog posts I wrote image: - file: "./../../images/favicon.png" # TODO: use a better quality image + file: "/public/images/favicon.png" # TODO: use a better quality image alt: "Ayc0’s logo" lastUpdated: false --- -- 2.51.2