mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
🚀 refactor: unify page routing files
This commit is contained in:
parent
d352b6fb65
commit
54902da6dd
19 changed files with 522 additions and 348 deletions
|
@ -36,7 +36,7 @@ export async function generateRSS({ lang }: GenerateRSSOptions = {}) {
|
|||
)
|
||||
|
||||
return rss({
|
||||
title: lang ? `${title} (${lang})` : title,
|
||||
title: lang ? `${title}_${lang}` : title,
|
||||
description,
|
||||
site: url,
|
||||
items: posts.map((post: CollectionEntry<'posts'>) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue