fix(core): update
This commit is contained in:
@ -23,7 +23,8 @@ export class SitemapNews {
|
||||
return {
|
||||
title: articleArg.title,
|
||||
content: articleArg.content,
|
||||
isoDate: new Date(/* TODO: put article timestamp here */).toISOString()
|
||||
isoDate: new Date(/* TODO: put article timestamp here */).toISOString(),
|
||||
link: articleArg.url
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user