From 056d06a1e3ce5f1e4fe964382cb08d0269759c9b Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 25 Aug 2024 00:11:52 +0200 Subject: [PATCH] set alt tags to empty string --- src/pages/index.astro | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 27d0944..2bd11b1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; const title = 'Home'; const description = 'My little corner of the internet.'; -const permalink = Astro.site.href; +const permalink = Astro?.site?.href ?? '/'; --- @@ -17,43 +17,43 @@ const permalink = Astro.site.href;

Socials