fix: json feed url (#1198)
This commit is contained in:
parent
21f94759c6
commit
71655201c9
|
|
@ -89,7 +89,7 @@ export const SiteHeaderMenu = ({
|
|||
/>
|
||||
</div>
|
||||
),
|
||||
url: `/feed`,
|
||||
url: "/feed?format=json",
|
||||
},
|
||||
{
|
||||
text: "Subscribe to RSS",
|
||||
|
|
|
|||
Loading…
Reference in New Issue