diff --git a/apps/blog/src/pages/sitemap.txt.ts b/apps/blog/src/pages/sitemap.txt.ts index f1deae4..a823f9d 100644 --- a/apps/blog/src/pages/sitemap.txt.ts +++ b/apps/blog/src/pages/sitemap.txt.ts @@ -18,8 +18,8 @@ export async function GET(context: APIContext) { const urls = [ '/', - '/blog', - ...posts.map(post => `/blog/${post.id}`), + '/md', + ...posts.map(post => `/md/${post.id}`), '/txt', ...txtFiles.map(txt => `/txt/${txt}`), '/bookmarks',