Skip to content

Commit 1dfba36

Browse files
fix(performance): remove OpenAI preconnect and trailing whitespace
Signed-off-by: Harshit Kumar <10harshitkumar@gmail.com>
1 parent 4454636 commit 1dfba36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
href="https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap"
3838
rel="stylesheet"
3939
/>
40-
40+
4141
<!-- Performance hints for AI provider APIs -->
42-
<link rel="preconnect" href="https://api.openai.com" crossorigin />
4342
<link rel="dns-prefetch" href="https://api.openai.com" />
4443
<link rel="dns-prefetch" href="https://api.anthropic.com" />
4544
<link rel="dns-prefetch" href="https://generativelanguage.googleapis.com" />

0 commit comments

Comments
 (0)