gatsby-plugin-archives

5.0.0 • Public • Published

gatsby-plugin-archives

Current npm package version

Gatsby plugin for ignoring pages on build.

Installation

npm install --save gatsby-plugin-archives

Usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-archives',
      options: {
        // Match files and directories to exclude
        exclude: [/archive/i],
        // Only archive pages in production
        productionOnly: false,
        // Log when pages are archived
        verbose: false,
      },
    },
  ]
}

License

MIT © Hutson Inc

Dependencies (2)

Dev Dependencies (5)

Package Sidebar

Install

npm i gatsby-plugin-archives

Weekly Downloads

1

Version

5.0.0

License

MIT

Unpacked Size

6.48 kB

Total Files

7

Last publish

Collaborators

  • austinleegordon