Skip to content

Commit 44c3c98

Browse files
committed
feat: advanced SEO optimization
- Add llms-full.txt for complete AI context - Add custom generated favicon.ico (32x32) - Add apple-touch-icon.png (180x180) - Update VitePress config with icon links
1 parent 94af729 commit 44c3c98

6 files changed

Lines changed: 494 additions & 8 deletions

File tree

.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ export default defineConfig({
5959
],
6060
['meta', { name: 'twitter:image', content: 'https://crawlee.cloud/og-image.png' }],
6161

62+
['link', { rel: 'icon', href: '/favicon.ico', sizes: 'any' }],
63+
['link', { rel: 'icon', href: '/logo.svg', type: 'image/svg+xml' }],
64+
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],
65+
6266
// Favicons (if you add them later)
63-
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
6467

6568
// Google Analytics
6669
[

src/public/apple-touch-icon.png

274 KB
Loading

src/public/favicon.ico

451 KB
Binary file not shown.

0 commit comments

Comments
 (0)