Skip to content

Commit f765859

Browse files
committed
Fix vulnerabilities feed blog links
Similar problem to #2351
1 parent f27e2e1 commit f765859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/vulnerabilities.xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const GET: APIRoute = async (context) => {
2323
description: 'Posts tagged as security from the Express.js blog.',
2424
site: site.href,
2525
items: securityPosts.map((post) => ({
26-
link: `/blog/${post.id}/`,
26+
link: `/en/blog/${post.id}/`,
2727
title: post.data.title,
2828
pubDate: getPubDateFromId(post.id),
2929
description: post.data.description,

0 commit comments

Comments
 (0)