fix: update sitemap.txt to use /md/ URLs for posts
This commit is contained in:
parent
ccec4d274a
commit
f769f15468
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ export async function GET(context: APIContext) {
|
||||||
|
|
||||||
const urls = [
|
const urls = [
|
||||||
'/',
|
'/',
|
||||||
'/blog',
|
'/md',
|
||||||
...posts.map(post => `/blog/${post.id}`),
|
...posts.map(post => `/md/${post.id}`),
|
||||||
'/txt',
|
'/txt',
|
||||||
...txtFiles.map(txt => `/txt/${txt}`),
|
...txtFiles.map(txt => `/txt/${txt}`),
|
||||||
'/bookmarks',
|
'/bookmarks',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue