Skip to content

Commit

Permalink
website: update title and fix fallback favicon. (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Oct 10, 2024
1 parent 018bb19 commit ef07605
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion website/index.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file added website/public/img/brand/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef07605

Please sign in to comment.