antv-l7/node_modules/gatsby-plugin-cname
thinkinggis f7e5376b7d fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
..
node_modules/.bin fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
LICENSE fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
README.md fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
gatsby-node.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
index.js fix(fix css): fix css png 2019-11-22 18:04:14 +08:00
package.json fix(fix css): fix css png 2019-11-22 18:04:14 +08:00

README.md

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