File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -447,14 +447,14 @@ export default function Layout(props: React.PropsWithChildren) {
447447 ) }
448448 < link
449449 rel = "preload"
450- href = "/fonts/VTCDuBois-Regular.woff2"
450+ href = "https://wgfdjv2jfqz2dlpx.public.blob.vercel-storage.com /fonts/VTCDuBois-Regular.woff2"
451451 as = "font"
452452 type = "font/woff2"
453453 crossOrigin = "anonymous"
454454 />
455455 < link
456456 rel = "preload"
457- href = "/fonts/VTCDuBois-Bold.woff2"
457+ href = "https://wgfdjv2jfqz2dlpx.public.blob.vercel-storage.com /fonts/VTCDuBois-Bold.woff2"
458458 as = "font"
459459 type = "font/woff2"
460460 crossOrigin = "anonymous"
Original file line number Diff line number Diff line change 3131
3232@font-face {
3333 font-family : "VTC Du Bois" ;
34- src : url ("/fonts/VTCDuBois-Regular.woff2" ) format ("woff2" );
34+ src : url ("https://wgfdjv2jfqz2dlpx.public.blob.vercel-storage.com/fonts/VTCDuBois-Regular.woff2" )
35+ format ("woff2" );
3536 font-weight : 400 ;
3637 font-style : normal;
3738 font-display : swap;
3839}
3940
4041@font-face {
4142 font-family : "VTC Du Bois" ;
42- src : url ("/fonts/VTCDuBois-Bold.woff2" ) format ("woff2" );
43+ src : url ("https://wgfdjv2jfqz2dlpx.public.blob.vercel-storage.com/fonts/VTCDuBois-Bold.woff2" )
44+ format ("woff2" );
4345 font-weight : 700 ;
4446 font-style : normal;
4547 font-display : swap;
Original file line number Diff line number Diff line change 66 "destination" : " https://mpp.dev/:path" ,
77 "permanent" : true
88 }
9- ],
10- "rewrites" : [
11- {
12- "source" : " /fonts/VTCDuBois-:path*" ,
13- "destination" : " https://wgfdjv2jfqz2dlpx.public.blob.vercel-storage.com/fonts/VTCDuBois-:path*"
14- }
159 ]
1610}
You can’t perform that action at this time.
0 commit comments