Skip to content

Commit b357e18

Browse files
authored
fix(theme.config.js): Replace default meta description and social title (#2952)
Currently still nextra default. Those are shown in Slack and other social apps when sharing the website.
1 parent 48f4398 commit b357e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/theme.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default {
3030
head: (
3131
<>
3232
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
33-
<meta name="description" content="Nextra: the next docs builder" />
34-
<meta name="og:title" content="Nextra: the next docs builder" />
33+
<meta name="description" content="node-postgres is a collection of node.js modules for interfacing with your PostgreSQL database." />
34+
<meta name="og:title" content="node-postgres" />
3535
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100138145-1"></script>
3636
<script
3737
dangerouslySetInnerHTML={{

0 commit comments

Comments
 (0)