Skip to content

Commit 0206d75

Browse files
authored
docs: remove line break from website title. (#2794)
This fixes formatting in some chat summaries etc.
1 parent 000f96d commit 0206d75

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

website/.vitepress/config.mts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ const blogSidebarItems = await posts.map(post => ({
2929
export default defineConfig({
3030
lang: 'en',
3131
title: "ElectricSQL",
32-
description: `
33-
Electric is a Postgres sync engine. It solves the
34-
hard problems of sync so that you don't have to.
35-
`,
32+
description: "Electric is a Postgres sync engine. It solves the hard problems of sync so that you don't have to.",
3633
appearance: 'force-dark',
3734
base: '/',
3835
cleanUrls: true,

0 commit comments

Comments
 (0)