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:
parent
f9be7b0c10
commit
a0a98c0014
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user