👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

preload

+14
+14
src/routes/__root.tsx
··· 65 65 ], 66 66 links: [ 67 67 { 68 + rel: "preload", 69 + href: "/fonts/recursive/Recursive-VF.woff2", 70 + as: "font", 71 + type: "font/woff2", 72 + crossOrigin: "anonymous", 73 + }, 74 + { 75 + rel: "preload", 76 + href: "/fonts/fraunces/Fraunces-VF.woff2", 77 + as: "font", 78 + type: "font/woff2", 79 + crossOrigin: "anonymous", 80 + }, 81 + { 68 82 rel: "stylesheet", 69 83 href: appCss, 70 84 },