Skip to content

Commit 4454636

Browse files
Update index.html (add dns-prefetch to rest of the providers)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Harshit Kumar <10harshitkumar@gmail.com>
1 parent 4588156 commit 4454636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<link rel="preconnect" href="https://api.openai.com" crossorigin />
4343
<link rel="dns-prefetch" href="https://api.openai.com" />
4444
<link rel="dns-prefetch" href="https://api.anthropic.com" />
45+
<link rel="dns-prefetch" href="https://generativelanguage.googleapis.com" />
46+
<link rel="dns-prefetch" href="https://api.mistral.ai" />
47+
<link rel="dns-prefetch" href="https://openrouter.ai" />
4548
</head>
4649
<body>
4750
<div id="root"></div>

0 commit comments

Comments
 (0)