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 = ""