I recognize that prerender.io caches /sockjs/\* stuff so I wanted to get rid of this using: ``` prerenderio.blacklisted([ '^/sockjs/*' ]) ``` which does not work. How do I do that?
I recognize that prerender.io caches /sockjs/* stuff so I wanted to get rid of this using:
which does not work. How do I do that?