1.0.0 • Published 3 years ago

@livechat/netlify-plugin-index-now v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

netlify-plugin-index-now


How to install

Run: npm install @livechat/netlify-plugin-index-now

Then in netlify.toml file:

[[context.production.plugins]]
  package = "netlify-plugin-index-now"

  [context.production.plugins.inputs]
    # YOUR PATH TO SAVE REFS TO HTML FILES
    html_refs_path = ""

    # URL TO HOST
    host = ""

    # PATH TO ENGINE KEY. SHOULD BE STORED IN 'static' FOLDER AS '.txt' FILE
    key_location = ""

    # SPECIFY NAME, URL AND KEY TO SEARCH ENGINE
    [[context.production.plugins.inputs.search_engines]]
      name = ""
      url = ""
      key = ""
1.0.0

3 years ago