The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

bot detection isn't perfect

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 119cf6dd 3ade9f19

+8 -1
+3 -1
lume/plugins/feed.ts
··· 155 155 const pageUrl = site.url(data.url, true); 156 156 const fixedContent = fixUrls(new URL(pageUrl), content || ""); 157 157 158 + const link = getDataValue(data, "=redirect_to") ?? site.url(data.url, true); 159 + 158 160 return { 159 161 title: getDataValue(data, items.title), 160 - url: site.url(data.url, true), 162 + url: link, 161 163 description: getDataValue(data, items.description), 162 164 published: getDataValue(data, items.published), 163 165 updated: getDataValue(data, items.updated),
+5
lume/src/blog/2024/aj-bot-detection-not-perfect.mdx
··· 1 + --- 2 + title: "Bot detection isn't perfect" 3 + date: 2024-10-11 4 + redirect_to: "https://blog.arcjet.com/bot-detection-isnt-perfect/" 5 + ---