Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 37e8476

Browse files
committed
remove console log
1 parent 3f98b54 commit 37e8476

File tree

1 file changed

+0
-1
lines changed
  • src/app/(sitemaps)/sitemap-0.xml

1 file changed

+0
-1
lines changed

src/app/(sitemaps)/sitemap-0.xml/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ interface SitemapItem {
1212
const lastmod = new Date().toISOString()
1313
// Function to construct the XML structure of the sitemap index.
1414
export async function GET() {
15-
console.log(allDocs)
1615
const pages: SitemapItem[] = allDocs.map((page) => ({
1716
loc: page.slug === '' ? URL : `${URL}/${page.slug}`,
1817
lastmod,

0 commit comments

Comments
 (0)