Update sitemap entry to albums.xml

This commit is contained in:
Quinn Hegeman
2026-03-08 12:02:52 +01:00
parent 8f0ede76f8
commit a1b202686f

View File

@@ -26,7 +26,7 @@ export const GET = (async () => {
}; };
if (settings.photo.enabled) { if (settings.photo.enabled) {
sitemapIndex.push({ sitemapIndex.push({
url: "/sitemap/photos.xml", url: "/sitemap/albums.xml",
lastModified: new Date() lastModified: new Date()
}) })
}; };