Skip to content

Commit f069d5b

Browse files
committed
Add favicon
closes brianc#17
1 parent dfaea2f commit f069d5b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ const config = {
22
gatsby: {
33
// uncomment this if not hosted at root
44
//pathPrefix: '/node-postgres-docs/',
5-
siteUrl: 'https://learn.hasura.io',
5+
pathPrefix: '/',
6+
siteUrl: 'https://node-postgres.com',
67
gaTrackingId: null,
78
},
89
header: {
@@ -21,8 +22,8 @@ const config = {
2122
title: 'node-postgres',
2223
description: 'Documentation for node-postgres, the postgres database client for node.js',
2324
ogImage: null,
24-
docsLocation: 'https://github.com/hasura/gatsby-gitbook-boilerplate/tree/master/content',
25-
favicon: 'https://graphql-engine-cdn.hasura.io/img/hasura_icon_black.svg',
25+
docsLocation: 'https://github.com/brianc/node-postgres-docs/tree/master/content',
26+
favicon: '/favicon.ico',
2627
},
2728
}
2829

static/favicon.ico

318 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)