1.0.5 • Published 4 years ago

gatsby-plugin-verify-brave v1.0.5

Weekly downloads
53
License
MIT
Repository
github
Last release
4 years ago

gatsby-plugin-verify-brave

Gatsby plugin for Brave Rewards Verification. No need to include a TXT file in your static directory, let us take care of that! This plugin will help verify you own your website with Brave Rewards, see the Brave Creators documentation on Verifying Ownership for more details.

Installation

npm install gatsby-plugin-verify-brave

Usage

Add the plugin, your Brave Rewards Token, and your domain in your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: "gatsby-plugin-verify-brave",
      options: {
        token: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",
        domain: "test.dev"
      }
    }
  ]
};

License

Copyright 2019-2020 Kepler Sticka-Jones. Licensed MIT.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago