fix(route): set different guid (#10759)
This commit is contained in:
parent
e712ee3a1a
commit
16a25f5243
|
|
@ -26,6 +26,7 @@ module.exports = async (ctx) => {
|
|||
description: art(path.join(__dirname, 'templates/bios.art'), {
|
||||
item,
|
||||
}),
|
||||
guid: url + item.Version,
|
||||
pubDate: parseDate(item.ReleaseDate, 'YYYY/MM/DD'),
|
||||
link: url,
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue