gatsby-source-strapi-plugin-menus

1.0.1 • Public • Published

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,
            },
        },
    ],
}

Package Sidebar

Install

npm i gatsby-source-strapi-plugin-menus

Weekly Downloads

0

Version

1.0.1

License

0BSD

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • alexgorgos