diff --git a/lib/routes/howtoforge/rss.ts b/lib/routes/howtoforge/rss.ts index f7b9674f6..853f26718 100644 --- a/lib/routes/howtoforge/rss.ts +++ b/lib/routes/howtoforge/rss.ts @@ -4,13 +4,14 @@ import { load } from 'cheerio'; export const route: Route = { path: '/', + categories: ['study'], + example: '/howtoforge', radar: [ { source: ['howtoforge.com/'], - target: '', }, ], - name: 'Unknown', + name: 'Tutorials', maintainers: ['cnkmmk'], handler, url: 'howtoforge.com/',