Skip to content

Commit

Permalink
style(site): add header options
Browse files Browse the repository at this point in the history
header options for plugin config add
  • Loading branch information
samcyn committed Apr 18, 2024
1 parent 1be6fff commit aa350c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/site/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ const config: GatsbyConfig = {
resolve: 'gatsby-source-hubspot-node',
options: {
endpoint: 'https://api.github.com/repos/samcyn/gatsby-source-hubspot-node',
requestOptions: {
// todo take off not need in next version
headers: {},
},
nodeTypeOptions: {
nodeType: 'repository',
schemaCustomizationString: `
Expand Down

0 comments on commit aa350c9

Please sign in to comment.