fix: update incorrect RSS link (#649)

This commit is contained in:
Orancat
2026-05-29 09:54:17 +08:00
committed by GitHub
parent 3dd4bd54da
commit 68b452289a
+1 -1
View File
@@ -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"