mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update episodesLink construction in getMeta and limit catalog size in posts
This commit is contained in:
@@ -41,7 +41,7 @@ export const getMeta = async function ({
|
||||
if (itemTitle.endsWith("/")) {
|
||||
const cleanTitle = itemTitle.replace(/\/$/, "");
|
||||
links.push({
|
||||
episodesLink: fullLink,
|
||||
episodesLink: link + itemLink + fullLink,
|
||||
title: cleanTitle,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user