1.0.1 • Published 2 years ago

gatsby-source-strapi-plugin-menus v1.0.1

Weekly downloads
-
License
0BSD
Repository
github
Last release
2 years ago

Gatsby source strapi plugin menus

This plugin sources the strapi-plugin-menus

Install

npm

npm install gatsby-source-strapi-plugin-menus

yarn

yarn add gatsby-source-strapi-plugin-menus

How to use

gatsby-config.js

module.exports = {
  plugins: [
        {
            resolve: "gatsby-source-strapi-plugin-menus",
            options: {
            apiURL: "",
            token: process.env.accessToken,
            },
        },
    ],
}