Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(route/meta): add AI at Meta Blog #17408

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
Update lib/routes/aimeta/blog.ts
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
  • Loading branch information
canonnizq and TonyRL authored Nov 1, 2024
commit 9ec7d22c07b1078f00919c54466ace24de420138
2 changes: 1 addition & 1 deletion lib/routes/aimeta/blog.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import { parseDate } from '@/utils/parse-date';

export const route: Route = {
path: '/blog',
categories: ['blog', 'programming'],
categories: ['blog'],
example: '/aimeta/blog',
radar: [{ source: ['ai.meta.com/blog'] }],
name: 'Blog',
Loading