conradlin

gatsby-config.js

May 4th, 2020
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plugins: [
  2.     {
  3.       resolve: `gatsby-source-notion-database`,
  4.       options: {
  5.         sourceConfig: [
  6.           {
  7.             name: 'posts',
  8.             table: 'https://www.notion.so/conradlin/1aa283fcd5ae4a73ba0f73c062de745e?v=6a40014bee144152b55203e2caf0c02e',
  9.             cacheType: 'html'
  10.           }
  11.         ]
  12.       }
  13.     }
  14. ]
Add Comment
Please, Sign In to add comment