Skip to content

Commit

Permalink
No trailing slash for blog items. (#2460)
Browse files Browse the repository at this point in the history
This is based on this PR: withastro/astro#6453 which landed a few months ago.
  • Loading branch information
mooreds authored Aug 16, 2023
1 parent e1ca454 commit 2bacec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro/src/pages/blog/feed.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export async function get(context) {
title: "FusionAuth Blog",
description: "The FusionAuth blog offers all kinds of insight on software development, authentication and the FusionAuth product.",
site: context.site,
trailingSlash: false,
items: blog.map(convertToRSS)
});
}
Expand Down

0 comments on commit 2bacec9

Please sign in to comment.