mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
fix: update incorrect RSS link (#649)
This commit is contained in:
@@ -39,7 +39,7 @@ const homePath = getRelativeLocaleUrl(locale, "");
|
||||
</h1>
|
||||
<a
|
||||
target="_blank"
|
||||
href={getRelativeLocaleUrl(locale, "rss.xml")}
|
||||
href={`${import.meta.env.BASE_URL.replace(/\/?$/, "/")}rss.xml`}
|
||||
class="inline-block"
|
||||
aria-label="RSS Feed"
|
||||
title="RSS Feed"
|
||||
|
||||
Reference in New Issue
Block a user