Skip to content

Commit

Permalink
fix(route): /zju/cst (#15550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimenezLi committed May 10, 2024
1 parent 4129d62 commit d4557a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/zju/cst/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function getPage(id) {
return {
title: item.find('a').text(),
pubDate: parseDate(item.find('.fr').text()),
link: new URL(item.find('a').attr('href'), res.url).href,
link: new URL(item.find('a').attr('href'), host).href,
};
})
.get()
Expand Down

0 comments on commit d4557a6

Please sign in to comment.