mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
14 lines
324 B
JavaScript
14 lines
324 B
JavaScript
module.exports = {
|
|
'hashnode.dev': {
|
|
_name: 'hashnode',
|
|
'.': [
|
|
{
|
|
title: 'Hashnode Blog',
|
|
docs: 'https://docs.rsshub.app/routes/blog#hashnode',
|
|
source: '/',
|
|
target: '/hashnode/blog/:username',
|
|
},
|
|
],
|
|
},
|
|
};
|