Skip to content

Commit 0e60826

Browse files
feat(performance): add resource hints for AI provider APIs
Signed-off-by: Harshit Kumar <10harshitkumar@gmail.com>
1 parent c7bdb15 commit 0e60826

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
href="https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap"
3838
rel="stylesheet"
3939
/>
40+
41+
<!-- Performance hints for AI provider APIs -->
42+
<link rel="preconnect" href="https://api.openai.com" />
43+
<link rel="dns-prefetch" href="https://api.openai.com" />
44+
<link rel="dns-prefetch" href="https://api.anthropic.com" />
4045
</head>
4146
<body>
4247
<div id="root"></div>

0 commit comments

Comments
 (0)