From 48e8c9856465aed89f13d52bd429a01a6058a730 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 3 Mar 2023 13:03:54 +0100 Subject: [PATCH] relative links --- src/pages/index.astro | 4 ++-- src/pages/social.astro | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2a764a1..444090e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -37,13 +37,13 @@ import Footer from "../components/Footer.astro"; /> diff --git a/src/pages/social.astro b/src/pages/social.astro index 02e9ade..a60b122 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -16,21 +16,21 @@ import Back from "../components/Back.astro";