{
  "prerender": [
    { "where": { "and": [{ "href_matches": "/analisis/*" }, { "not": { "selector_matches": ".no-prerender" } }] },
      "eagerness": "moderate" }
  ],
  "prefetch": [
    { "where": { "href_matches": "/notas/*" }, "eagerness": "conservative" },
    { "where": { "href_matches": "/guias/*" }, "eagerness": "conservative" }
  ]
}
