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.
This commit is contained in:
Jan Piotrowski 2023-04-20 16:03:59 +02:00 committed by GitHub
parent 48f4398fa7
commit b357e1884a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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