ynnoj / gatsby-source-printful

Printful store data for your Gatsby projects

Home Page:https://gatsbysourceprintful.gtsb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-source-printful

Printful store data for your Gatsby projects

Getting Started

yarn add gatsby-source-printful

Configuration

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-printful`,
    options: {
      apiKey: '...',
      paginationLimit: 100 // Default value is 20
    },
  },
],

About

Printful store data for your Gatsby projects

https://gatsbysourceprintful.gtsb.io

License:MIT License


Languages

Language:JavaScript 100.0%