From 9b70f945ff50585bc1ed8752ffc0ec69ea784bb9 Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 11 May 2025 22:44:03 +1000 Subject: [PATCH] change up image gen for gallery --- src/pages/gallery/[id].astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/gallery/[id].astro b/src/pages/gallery/[id].astro index 598638f..577b56c 100644 --- a/src/pages/gallery/[id].astro +++ b/src/pages/gallery/[id].astro @@ -46,8 +46,9 @@ const sorted = images.sort((a, b) => a.src.localeCompare(b.src));