We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27e2e1 commit f765859Copy full SHA for f765859
1 file changed
src/pages/vulnerabilities.xml.ts
@@ -23,7 +23,7 @@ export const GET: APIRoute = async (context) => {
23
description: 'Posts tagged as security from the Express.js blog.',
24
site: site.href,
25
items: securityPosts.map((post) => ({
26
- link: `/blog/${post.id}/`,
+ link: `/en/blog/${post.id}/`,
27
title: post.data.title,
28
pubDate: getPubDateFromId(post.id),
29
description: post.data.description,
0 commit comments