diff --git a/website/.vitepress/config.mts b/website/.vitepress/config.mts index 4b1c6c728d..04a8d7dd4b 100644 --- a/website/.vitepress/config.mts +++ b/website/.vitepress/config.mts @@ -21,6 +21,11 @@ export default defineConfig({ base: '/', cleanUrls: true, head: [ + ['link', { + rel: 'icon', + type: 'image/png', + href: '/img/brand/favicon.png' + }], ['link', { rel: 'icon', type: 'image/svg+xml', diff --git a/website/index.md b/website/index.md index 92fa1e2bda..3d4cd1bab0 100644 --- a/website/index.md +++ b/website/index.md @@ -1,7 +1,7 @@ --- layout: home title: 'ElectricSQL' -titleTemplate: 'Postgres Sync' +titleTemplate: 'Postgres sync engine' description: 'Sync little subsets of your Postgres data into local apps and services.' hero: name: "Why fetch when" diff --git a/website/public/img/brand/favicon.png b/website/public/img/brand/favicon.png new file mode 100644 index 0000000000..95685fce74 Binary files /dev/null and b/website/public/img/brand/favicon.png differ