Skip to content

Source Current People data from Notion #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env-template
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ AIRTABLE_EVENTS_BASE_ID=CHANGEME
AIRTABLE_POSTS_BASE_ID=CHANGEME
AIRTABLE_MITH_BASE_ID=CHANGEME
AIRTABLE_TOKEN=CHANGEME
GATSBY_NOTION_TOKEN=CHANGEME
9 changes: 9 additions & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@ const config: GatsbyConfig = {
],
},
},
{
resolve: `gatsby-source-notion`,
options: {
databases: ["19040a10-6acb-804d-9a6f-e3c5813c55ff"],
token: process.env.GATSBY_NOTION_TOKEN,
version: "2022-06-28",
previewCallRate: 0,
},
},
{
resolve: `gatsby-plugin-plausible`,
options: {
Expand Down
Loading
Loading