Skip to content

Commit

Permalink
chore(route/theverge): add popular new media routes
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Nov 28, 2024
1 parent 6110b9c commit aef6aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/theverge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { load } from 'cheerio';

export const route: Route = {
path: '/:hub?',
categories: ['new-media'],
categories: ['new-media', 'popular'],
example: '/theverge',
parameters: { hub: 'Hub, see below, All Posts by default' },
features: {
Expand Down

0 comments on commit aef6aa8

Please sign in to comment.