{
  "/404": "pages/404.html",
  "/_app": "pages/_app.js",
  "/_error": "pages/_error.js",
  "/": "pages/index.html",
  "/category": "pages/category.js",
  "/category/[category]": "pages/category/[category].js",
  "/_document": "pages/_document.js"
}