AI podcast maker performance optimizations
This commit is contained in:
@@ -9,6 +9,18 @@
|
||||
name="description"
|
||||
content="Alwrity - AI Content Creation Platform"
|
||||
/>
|
||||
<!-- Performance optimizations -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<!-- Preconnect to Google Fonts for faster font loading -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
|
||||
|
||||
<!-- Preconnect to Clerk for faster authentication -->
|
||||
<link rel="dns-prefetch" href="https://clerk.accounts.dev" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Alwrity - AI Content Creation Platform</title>
|
||||
|
||||
Reference in New Issue
Block a user