mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
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:
parent
48f4398fa7
commit
b357e1884a
@ -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={{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user