From 07185024fd761868a5f2a3618d84be3c06b4220d Mon Sep 17 00:00:00 2001 From: Brendan Ryan Date: Tue, 24 Mar 2026 08:05:07 -0700 Subject: [PATCH] fix: load VTCDuBois fonts directly from Vercel Blob 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. --- src/pages/_layout.tsx | 4 ++-- src/pages/_root.css | 6 ++++-- vercel.json | 6 ------ 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/pages/_layout.tsx b/src/pages/_layout.tsx index c05a9e22..ee0dd2b3 100644 --- a/src/pages/_layout.tsx +++ b/src/pages/_layout.tsx @@ -447,14 +447,14 @@ export default function Layout(props: React.PropsWithChildren) { )}