feat(route): fix Airtable embed link for Layoffs.fyi (#22467)

* Update Airtable embed link for Layoffs.fyi

* docs: fix title

---------
This commit is contained in:
Dick Tang 2026-07-08 17:48:24 +08:00 committed by GitHub
parent 4147d0c883
commit 604b8773d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import { parseDate } from '@/utils/parse-date';
const ROW_COUNT = 100;
const WEBSITE_URL = 'https://layoffs.fyi';
const ENTRY_URL = 'https://airtable.com/embed/shrqYt5kSqMzHV9R5/tbl8c8kanuNB6bPYr';
const ENTRY_URL = 'https://airtable.com/embed/app1PaujS9zxVGUZ4/shroKsHx3SdYYOzeh/tblleV7Pnb6AcPCYL';
const AIRTABLE_HOST = 'https://airtable.com';
/**
@ -49,7 +49,7 @@ export const route: Route = {
target: '',
},
],
name: 'Unknown',
name: 'Layoff Data Tracker',
maintainers: ['BrandNewLifeJackie26'],
handler,
url: 'layoffs.fyi/',