perf: add preconnect hints for external origins
This commit is contained in:
parent
4108a85678
commit
d3a0eee052
|
|
@ -35,6 +35,8 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="preconnect" href="https://unpkg.com">
|
||||
<link rel="preconnect" href="https://posimai-ui.vercel.app">
|
||||
<link rel="preconnect" href="https://api.soar-enrich.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://posimai-ui.vercel.app/v1/base.css">
|
||||
<script src="https://unpkg.com/lucide@0.344.0/dist/umd/lucide.min.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue