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 ---