From 4cba24aebf1654693f33ca1df33fae6751b78d08 Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Wed, 1 May 2024 08:10:22 +0100 Subject: [PATCH] chore: fix empty content (#143) --- apps/www/src/config/marketing.tsx | 7 ++----- apps/www/src/pages/about.astro | 7 ++++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/www/src/config/marketing.tsx b/apps/www/src/config/marketing.tsx index d8e77229..29ca1260 100644 --- a/apps/www/src/config/marketing.tsx +++ b/apps/www/src/config/marketing.tsx @@ -1,4 +1,5 @@ import type { MarketingConfig } from "@/types"; +import { siteConfig } from "./site"; export const marketingConfig: MarketingConfig = { mainNav: [ @@ -9,11 +10,7 @@ export const marketingConfig: MarketingConfig = { }, { title: "Changelog", - href: "/changelog", - }, - { - title: "Blog", - href: "/blog", + href: `${siteConfig.links.github}/releases`, }, { title: "About", diff --git a/apps/www/src/pages/about.astro b/apps/www/src/pages/about.astro index 54e7b7c2..ba9c8464 100644 --- a/apps/www/src/pages/about.astro +++ b/apps/www/src/pages/about.astro @@ -15,10 +15,11 @@ import { siteConfig } from "@/config/site"; href="https://linkedin.com/in/richardgill3">Richard Gill.
-
If you have any questions or just want to chat you can reach me - via email If you have any questions or just want to say hi, you can reach + me on discord or via + email richard@rgill.co.uk or discord. + >.