gatsby-plugin-replace-path

1.0.0 • Public • Published

gatsby-plugin-replace-path

Build Status npm Codecov.io

A Gatsby plugin to replace page paths.

Installation

Yarn

$ yarn add --dev gatsby-plugin-replace-path

npm

$ npm install --save-dev gatsby-plugin-replace-path

Usage

// gatsby-config.js

module.exports = {
  // ...
  plugins: [
    {
      resolve: 'gatsby-plugin-replace-path',
      options: {
        pattern: /(e)/g,
        replacement: ( _, match ) => match.toUpperCase(),
      },
    },
  ]
}

Change Log

Full Change Log

v1.0.0 (2018-05-10)

License

MIT © Neil Kistner

/gatsby-plugin-replace-path/

    Package Sidebar

    Install

    npm i gatsby-plugin-replace-path

    Weekly Downloads

    38

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • wyze