mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: reduce rss description length
This commit is contained in:
parent
a71ce7754a
commit
1e1519c3c5
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
||||||
other: 140,
|
other: 140,
|
||||||
},
|
},
|
||||||
rss: {
|
rss: {
|
||||||
cjk: 120,
|
cjk: 70,
|
||||||
other: 240,
|
other: 140,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue