We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba011d commit dfaea2fCopy full SHA for dfaea2f
config.js
@@ -1,6 +1,7 @@
1
const config = {
2
gatsby: {
3
- pathPrefix: '/node-postgres-docs/',
+ // uncomment this if not hosted at root
4
+ //pathPrefix: '/node-postgres-docs/',
5
siteUrl: 'https://learn.hasura.io',
6
gaTrackingId: null,
7
},
0 commit comments