I'm currently experimenting with the prerenderIO Package in my meteor web app and could use some help determining if I've set it up correctly. Following the package instructions, I added it to my webapp and then inserted my prerenderIO token in my settings.json file like this...
settings.json
{
"PrerenderIO": {
"token": "XXXXXXXXXXXXXX"
},
"public": {
},
"private": {
}
}
Am I overlooking another required step? Is there a method that needs to be called somewhere in the process? Any advice or insights on this matter would be greatly appreciated. Thank you in advance.