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:
parent
4147d0c883
commit
604b8773d5
|
|
@ -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/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue