We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfaea2f commit f069d5bCopy full SHA for f069d5b
config.js
@@ -2,7 +2,8 @@ const config = {
2
gatsby: {
3
// uncomment this if not hosted at root
4
//pathPrefix: '/node-postgres-docs/',
5
- siteUrl: 'https://learn.hasura.io',
+ pathPrefix: '/',
6
+ siteUrl: 'https://node-postgres.com',
7
gaTrackingId: null,
8
},
9
header: {
@@ -21,8 +22,8 @@ const config = {
21
22
title: 'node-postgres',
23
description: 'Documentation for node-postgres, the postgres database client for node.js',
24
ogImage: null,
- docsLocation: 'https://github.com/hasura/gatsby-gitbook-boilerplate/tree/master/content',
25
- favicon: 'https://graphql-engine-cdn.hasura.io/img/hasura_icon_black.svg',
+ docsLocation: 'https://github.com/brianc/node-postgres-docs/tree/master/content',
26
+ favicon: '/favicon.ico',
27
28
}
29
static/favicon.ico
318 Bytes
0 commit comments