Fix footer feed links
All checks were successful
Build release image / build (push) Successful in 1m32s

This commit is contained in:
yehor 2025-05-21 11:52:36 +03:00
parent f9be7b0c10
commit a0a98c0014

View File

@ -117,11 +117,11 @@ const config = {
},
{
label: 'Blog RSS feed',
to: '/blog/rss.xml',
to: 'pathname:///blog/rss.xml',
},
{
label: 'Blog Atom feed',
to: '/blog/atom.xml',
to: 'pathname:///blog/atom.xml',
},
],
},