mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
fix(route): hexo next theme (#7177)
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = async (ctx) => {
|
||||
const storyLink = each.find('.post-title-link').attr('href');
|
||||
const item = {
|
||||
title: each.find('[itemprop=name]').text(),
|
||||
link: encodeURI(new URL(storyLink, url)),
|
||||
link: new URL(storyLink, url),
|
||||
};
|
||||
const key = item.link;
|
||||
const value = await ctx.cache.get(key);
|
||||
|
||||
Reference in New Issue
Block a user