Skip to content

Commit

Permalink
fix(radar): fix source for HackerNews (DIYgod#15429)
Browse files Browse the repository at this point in the history
  • Loading branch information
wb14123 authored May 1, 2024
1 parent d6a79bd commit e2f463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/hackernews/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const route: Route = {
},
radar: [
{
source: ['ycombinator.com/:section', 'ycombinator.com/'],
source: ['news.ycombinator.com/:section', 'news.ycombinator.com/'],
},
],
name: '用户',
Expand Down

0 comments on commit e2f463a

Please sign in to comment.