From 35ac328d5ed6f701c102ab6729aa842705208e6c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:40:30 +0200 Subject: [PATCH] Change links for error pages Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/pages/403.astro | 8 +++----- src/pages/404.astro | 8 +++----- src/pages/500.astro | 6 ++++++ src/pages/503.astro | 6 ++++++ 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/pages/403.astro b/src/pages/403.astro index 04e4f02..7b783ab 100644 --- a/src/pages/403.astro +++ b/src/pages/403.astro @@ -30,10 +30,6 @@ import { House, FolderOpen } from "@lucide/astro"; Go Home - - - View Projects - @@ -44,7 +40,9 @@ import { House, FolderOpen } from "@lucide/astro";
Blog - All my Projects + Projects + + Infosec Notes
diff --git a/src/pages/404.astro b/src/pages/404.astro index 9422b64..e4a51eb 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -30,10 +30,6 @@ import { House, FolderOpen } from "@lucide/astro"; Go Home - - - View Projects - @@ -44,7 +40,9 @@ import { House, FolderOpen } from "@lucide/astro"; diff --git a/src/pages/500.astro b/src/pages/500.astro index 2b0b4a4..2eefc0f 100644 --- a/src/pages/500.astro +++ b/src/pages/500.astro @@ -68,6 +68,12 @@ if (error instanceof Error) { rel="noopener noreferrer" class="link link-hover">Report Issue + + Blog + + Projects + + Infosec Notes diff --git a/src/pages/503.astro b/src/pages/503.astro index 8a31b8a..6b4398c 100644 --- a/src/pages/503.astro +++ b/src/pages/503.astro @@ -68,6 +68,12 @@ if (error instanceof Error) { rel="noopener noreferrer" class="link link-hover">Report Issue + + Blog + + Projects + + Infosec Notes