mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
fix: favicon and rss url error
This commit is contained in:
parent
9283287442
commit
850d9c2403
10 changed files with 23 additions and 13 deletions
|
@ -19,7 +19,7 @@ const links = configLinks.map((link) => {
|
|||
if (link.name === 'RSS') {
|
||||
return {
|
||||
...link,
|
||||
url: currentLang === defaultLocale ? link.url : `/${currentLang}${link.url}/`,
|
||||
url: currentLang === defaultLocale ? link.url : `/${currentLang}${link.url}`,
|
||||
}
|
||||
}
|
||||
return link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue