From b5b92ac2625e241e83c291d8905d206530351726 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:56:10 +0200 Subject: [PATCH 1/3] Rename intro-cover.jpeg to intro-cover.png --- .../assets/{intro-cover.jpeg => intro-cover.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename src/content/docs/assets/{intro-cover.jpeg => intro-cover.png} (100%) diff --git a/src/content/docs/assets/intro-cover.jpeg b/src/content/docs/assets/intro-cover.png similarity index 100% rename from src/content/docs/assets/intro-cover.jpeg rename to src/content/docs/assets/intro-cover.png From 3c4de44488ff54f04e557a3b25e25ee6663882c6 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:56:56 +0200 Subject: [PATCH 2/3] Update index.mdx to fix intro-cover.png link --- src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 7930726c..9ce13d51 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -5,7 +5,7 @@ title: Introduction import { LinkCard, CardGrid } from '@astrojs/starlight/components'; -![Welcome to Web3Privacy Now Documentation](../assets/intro-cover.jpeg) +![Welcome to Web3Privacy Now Documentation](../assets/intro-cover.png) This documentation aims to provide a comprehensive overview of our motivations, activities, and the various ways in which you can contribute. Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, you'll find valuable insights and directions. From 95a05f2b4286e8ea515860130957075bdfbf9a1b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:57:42 +0200 Subject: [PATCH 3/3] Update index.mdx to fix intro-cover issue in vercel deployment --- src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 9ce13d51..77c2aa04 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -5,7 +5,7 @@ title: Introduction import { LinkCard, CardGrid } from '@astrojs/starlight/components'; -![Welcome to Web3Privacy Now Documentation](../assets/intro-cover.png) +![Welcome to Web3Privacy Now Documentation](./assets/intro-cover.png) This documentation aims to provide a comprehensive overview of our motivations, activities, and the various ways in which you can contribute. Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, you'll find valuable insights and directions.