Update RSS

This commit is contained in:
MacRimi
2025-05-27 17:55:27 +02:00
parent f2885fc235
commit 555af7d113
3 changed files with 31 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ export default function Navbar() {
{/* RSS Feed Link */}
<Link
href="/api/rss"
href="/rss.xml"
className="flex items-center space-x-2 transition-colors hover:text-primary text-orange-600 hover:text-orange-700"
target="_blank"
rel="noopener noreferrer"
@@ -81,7 +81,7 @@ export default function Navbar() {
{/* RSS Feed Link - Mobile */}
<Link
href="/api/rss"
href="/rss.xml"
className="flex items-center space-x-2 py-2 transition-colors hover:text-primary text-orange-600 hover:text-orange-700"
onClick={() => setIsMenuOpen(false)}
target="_blank"