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));