fix: json feed url (#1198)

This commit is contained in:
Stephen Zhou 2023-12-27 14:09:22 +08:00 committed by GitHub
parent 21f94759c6
commit 71655201c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export const SiteHeaderMenu = ({
/>
</div>
),
url: `/feed`,
url: "/feed?format=json",
},
{
text: "Subscribe to RSS",