fix(route): Fix howtoforge (#14852)

This commit is contained in:
cnkmmk 2024-03-19 22:54:46 +08:00 committed by GitHub
parent 85733f3186
commit c0b3348c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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/',