From a1b202686fe93a3e6be6404a2fb4c8d6718b7925 Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Sun, 8 Mar 2026 12:02:52 +0100 Subject: [PATCH] Update sitemap entry to albums.xml --- astro/src/pages/sitemap/index.xml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/pages/sitemap/index.xml.ts b/astro/src/pages/sitemap/index.xml.ts index ea9359a..3a6535c 100644 --- a/astro/src/pages/sitemap/index.xml.ts +++ b/astro/src/pages/sitemap/index.xml.ts @@ -26,7 +26,7 @@ export const GET = (async () => { }; if (settings.photo.enabled) { sitemapIndex.push({ - url: "/sitemap/photos.xml", + url: "/sitemap/albums.xml", lastModified: new Date() }) };