mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 01:00:38 +08:00
* feat(route): EU Disinfo Lab publications * fix typo * fix lazyload images * refactor: migirate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
14 lines
335 B
JavaScript
14 lines
335 B
JavaScript
module.exports = {
|
|
'disinfo.eu': {
|
|
_name: 'EU Disinfo Lab',
|
|
'.': [
|
|
{
|
|
title: 'Publications',
|
|
docs: 'https://docs.rsshub.app/new-media.html#eu-disinfo-lab',
|
|
source: ['/'],
|
|
target: '/disinfo/publications',
|
|
},
|
|
],
|
|
},
|
|
};
|