Skip to content

Commit

Permalink
chore: change config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lynam committed Apr 21, 2020
1 parent b421c1f commit 713b155
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,21 @@ module.exports = {
{
resolve: "gatsby-source-sharepoint-online",
options: {
host: "westloan.sharepoint.com",
host: "iteamnm.sharepoint.com",
appId: process.env.AppId,
appSecret: process.env.AppSecret,
tenantId: process.env.TenantId,
sites: [
{
name: "GatsbySourceTest",
relativePath: "sites/GatsbySourceTest",
name: "gatsby-source-sharepoint-online",
relativePath: "sites/gatsby-source-sharepoint-online",
lists: [
{
title: "People",
fields: ["Person", "Apply", "Office"],
},
],
},
{
name: "Tech Team",
relativePath: "sites/TechTeam",
lists: [],
},
],
},
},
Expand Down

0 comments on commit 713b155

Please sign in to comment.