Parent
#32
What to build
Create the new Vercel Blob store under the Ocobo team account, retrieve its credentials, prepare local environment for the migration step.
Steps:
- Run
vercel blob create-store website-blob --scope ocobo-22231b32 to create the store under the Ocobo team.
- Retrieve the
BLOB_READ_WRITE_TOKEN for the new store.
- Add it to
posts/.env.local as NEW_BLOB_READ_WRITE_TOKEN (preserving the existing BLOB_READ_WRITE_TOKEN for the old store until cutover).
- Capture the new store's public hostname (e.g.
<new-id>.public.blob.vercel-storage.com) — needed by the migration and frontmatter-rewrite issues.
This is a HITL step — manual CLI commands, no code to commit. Confirm in PR / issue comment what was created.
Acceptance criteria
Blocked by
Parent
#32
What to build
Create the new Vercel Blob store under the Ocobo team account, retrieve its credentials, prepare local environment for the migration step.
Steps:
vercel blob create-store website-blob --scope ocobo-22231b32to create the store under the Ocobo team.BLOB_READ_WRITE_TOKENfor the new store.posts/.env.localasNEW_BLOB_READ_WRITE_TOKEN(preserving the existingBLOB_READ_WRITE_TOKENfor the old store until cutover).<new-id>.public.blob.vercel-storage.com) — needed by the migration and frontmatter-rewrite issues.This is a HITL step — manual CLI commands, no code to commit. Confirm in PR / issue comment what was created.
Acceptance criteria
website-blobstore exists under Ocobo team scope (ocobo-22231b32), visible in team dashboardNEW_BLOB_READ_WRITE_TOKENpresent inposts/.env.localBlocked by