gatsby-plugin-cname

1.0.0 • Public • Published

gatsby-plugin-cname

package version package downloads standard-readme compliant package license make a pull request

Gatsby plugin that automatically creates CNAME file for your site

Table of Contents

Usage

Add to your gatsby-config.js file:

module.exports = {
  siteMetadata: {
    siteUrl: 'http://foobar.co.za/'
  },
  plugins: [
    'gatsby-plugin-cname'
  ],
}

Install

This project uses node and npm.

$ npm install gatsby-plugin-cname
# OR 
$ yarn add gatsby-plugin-cname

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

Credits

Based on gatsby-plugin-robots-txt.

License

MIT © Tiaan du Plessis

/gatsby-plugin-cname/

    Package Sidebar

    Install

    npm i gatsby-plugin-cname

    Weekly Downloads

    321

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.05 kB

    Total Files

    6

    Last publish

    Collaborators

    • tiaanduplessis