You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite every hardcoded blob URL in markdown frontmatter / body to point at the new website-blob hostname. Only the host changes; pathnames are preserved.
Parent
#32
What to build
Rewrite every hardcoded blob URL in markdown frontmatter / body to point at the new
website-blobhostname. Only the host changes; pathnames are preserved.Steps:
BLOB_BASE_URLconstant inposts/scripts/update-asset-urls.jsfrom the old hostname (jr0deqtyc8c5pvr8.public.blob.vercel-storage.com) to the new store hostname captured in feat(blob): create website-blob store under Ocobo team account #35.pnpm update-urlsover every.mdinblog/,stories/,team/,jobs/,tools/,legal/.git diffthat only the hostname changed and no path was mangled. Spot-check a few rewritten files.chore(content): rewrite frontmatter blob URLs to new website-blob hostname.The rewrite must be idempotent — re-running the script after the commit produces an empty diff.
Acceptance criteria
BLOB_BASE_URLupdated inscripts/update-asset-urls.jsto new store hostname.mdfiles rewritten to new hostnameBlocked by