Update setup checklist links
This commit is contained in:
parent
07f45cc199
commit
b68a897093
@ -131,7 +131,8 @@ export default function SiteChecklistClient({
|
||||
isPending={isPendingPage}
|
||||
>
|
||||
{renderLink(
|
||||
'https://vercel.com/docs/storage/vercel-postgres/quickstart',
|
||||
// eslint-disable-next-line max-len
|
||||
'https://vercel.com/docs/storage/vercel-postgres/quickstart#create-a-postgres-database',
|
||||
'Create Vercel Postgres store',
|
||||
)}
|
||||
{' '}
|
||||
@ -148,7 +149,8 @@ export default function SiteChecklistClient({
|
||||
Vercel Blob:
|
||||
{' '}
|
||||
{renderLink(
|
||||
'https://vercel.com/docs/storage/vercel-blob/quickstart',
|
||||
// eslint-disable-next-line max-len
|
||||
'https://vercel.com/docs/storage/vercel-blob/quickstart#create-a-blob-store',
|
||||
'create store',
|
||||
)}
|
||||
{' '}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user