diff --git a/lib/routes/theverge/index.ts b/lib/routes/theverge/index.ts index a659a25aebaf57..18c66c70a168e9 100644 --- a/lib/routes/theverge/index.ts +++ b/lib/routes/theverge/index.ts @@ -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: {