Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cloudflare-d1/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion cloudflare/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion default/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion deno/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href:
"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
Expand Down
4 changes: 3 additions & 1 deletion javascript/app/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export const links = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion netlify/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion node-custom-server/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion node-postgres/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down
4 changes: 3 additions & 1 deletion vercel/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export const links: Route.LinksFunction = () => [
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
as: "style",
rel: "stylesheet preload prefetch",
crossOrigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
Expand Down