From 16f2e520e7c566ccb316f8972309f0a7babb78a7 Mon Sep 17 00:00:00 2001 From: felipe Date: Tue, 25 Feb 2025 13:07:04 -0300 Subject: [PATCH] removing ?. from image urls --- src/pages/album/[id].astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/album/[id].astro b/src/pages/album/[id].astro index a8e1995..0342ab2 100644 --- a/src/pages/album/[id].astro +++ b/src/pages/album/[id].astro @@ -50,7 +50,7 @@ const { currentLocale } = Astro
@@ -339,8 +339,8 @@ const { currentLocale } = Astro album?.relatedAlbumList.map(({ relatedAlbum }) => ( )) }