Skip to content

fix: VTCDuBois fonts not loading in production#449

Merged
brendanjryan merged 1 commit intomainfrom
fix/font-loading
Mar 24, 2026
Merged

fix: VTCDuBois fonts not loading in production#449
brendanjryan merged 1 commit intomainfrom
fix/font-loading

Conversation

@brendanjryan
Copy link
Collaborator

Changes

In SSR/dynamic rendering mode, the Node.js server handles all requests before Vercel rewrites fire. Since VTCDuBois font files are gitignored and not in the deployment, the server returns 404 before the Blob rewrite can kick in.

  • Point @font-face src and preload links directly to Vercel Blob URL
  • Remove the now-unnecessary vercel.json rewrite rule

Split from #447.

In SSR/dynamic rendering mode, the Node.js server handles all requests
before Vercel's rewrite layer fires. Since VTCDuBois font files are
gitignored and not in the deployment, the server returns 404 before the
rewrite to Blob can kick in.

Fix by pointing @font-face src and preload links directly to the Blob
URL. Remove the now-unnecessary vercel.json rewrite.

Split from #447.
@vercel
Copy link

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment Mar 24, 2026 3:07pm

Request Review

@brendanjryan brendanjryan merged commit b27cfde into main Mar 24, 2026
8 checks passed
@brendanjryan brendanjryan deleted the fix/font-loading branch March 24, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant