{
  "allowedDynamic": [
    "/",
    "/articles",
    "/tags",
    "/people",
    "/_not-found",
    "/download/[assetId]/[filename]"
  ],
  "mustBeSsgOrStatic": [
    "/[level1]",
    "/[level1]/[...slugs]",
    "/articles/[articleType]",
    "/articles/[articleType]/[...slugs]",
    "/tags/[tag]",
    "/people/[person]"
  ]
}
