Skip to content

COA frontend rebuild using Gatsby - connects to a Sanity backend

License

Notifications You must be signed in to change notification settings

jedifunk/coa-sanity-gatsby

Repository files navigation

COA Gatsby Sanity

Gatsby frontend for COA. Connects to Sanity on the backend.

Tools in use:

Create config file

const Config = {
  source: {
    projectId: process.env.GATSBY_PROJECT_ID,
    dataset: process.env.GATSBY_DATASET,
    apiVersion: process.env.GATSBY_API_VERSION,
  },
  search: {
      appID: APP_ID,
      adminKey: ADMIN_KEY,
      searchKey: SEARCH_KEY,
  },
  social: {
      twitterHandle: TWITTER_HANDLE,
  }
}

module.exports = Config

TODO

  • Better Google Font loading solution
  • Add search?

About

COA frontend rebuild using Gatsby - connects to a Sanity backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published