diff --git a/lib/routes/huggingface/daily-papers.ts b/lib/routes/huggingface/daily-papers.ts index 4489c9eb1..acfb3351a 100644 --- a/lib/routes/huggingface/daily-papers.ts +++ b/lib/routes/huggingface/daily-papers.ts @@ -81,6 +81,7 @@ async function handler(ctx) { .toSorted((a, b) => b.upvotes - a.upvotes); return { + allowEmpty: true, title: 'Huggingface Daily Papers', link: 'https://huggingface.co/papers', item: items,