Update sitemap entry to albums.xml
This commit is contained in:
@@ -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()
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user