diff --git a/packages/docs/.vitepress/config.mts b/packages/docs/.vitepress/config.mts index 335f18c83..f67ae5142 100644 --- a/packages/docs/.vitepress/config.mts +++ b/packages/docs/.vitepress/config.mts @@ -8,6 +8,8 @@ export default defineConfig({ description: 'Search, everywhere', lastUpdated: true, + cleanUrls: true, + head: [ ['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }], ['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }], diff --git a/packages/docs/index.md b/packages/docs/index.md index 25684f41c..892612268 100644 --- a/packages/docs/index.md +++ b/packages/docs/index.md @@ -12,6 +12,9 @@ hero: - theme: alt text: View on GitHub link: https://github.com/oramasearch/orama + image: + src: /orama-icon-large.png + alt: Orama features: - title: Hybrid model diff --git a/packages/docs/public/orama-icon-large.png b/packages/docs/public/orama-icon-large.png new file mode 100644 index 000000000..a94e22a37 Binary files /dev/null and b/packages/docs/public/orama-icon-large.png differ diff --git a/packages/docs/vercel.json b/packages/docs/vercel.json index 14b4afe21..b5d6ff989 100644 --- a/packages/docs/vercel.json +++ b/packages/docs/vercel.json @@ -1,3 +1,4 @@ { - "framework": "vitepress" + "framework": "vitepress", + "cleanUrls": true }