Fix footer feed links
All checks were successful
Build release image / build (push) Successful in 1m32s
All checks were successful
Build release image / build (push) Successful in 1m32s
This commit is contained in:
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user