{
  "/_global-error/page": "/_global-error",
  "/_not-found/page": "/_not-found",
  "/about/page": "/about",
  "/article/[slug]/page": "/article/[slug]",
  "/author/[name]/page": "/author/[name]",
  "/favicon.ico/route": "/favicon.ico",
  "/latest/page": "/latest",
  "/live/page": "/live",
  "/newsletters/page": "/newsletters",
  "/opinion/page": "/opinion",
  "/page": "/",
  "/search/page": "/search",
  "/topic/[slug]/page": "/topic/[slug]",
  "/video/[id]/page": "/video/[id]",
  "/video/page": "/video",
  "/world/page": "/world"
}