Skip to content

Commit

Permalink
fix: json feed url (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Dec 27, 2023
1 parent 21f9475 commit 7165520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/site/SiteHeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const SiteHeaderMenu = ({
/>
</div>
),
url: `/feed`,
url: "/feed?format=json",
},
{
text: "Subscribe to RSS",
Expand Down

0 comments on commit 7165520

Please sign in to comment.