{
  "version": 1,
  "pathMappings": [
    {
      "fileGlob": "site/content/blog/**/*.mdx",
      "urlPrefix": "/blog",
      "slugFrom": "filename"
    },
    {
      "fileGlob": "site/content/guides/**/*.mdx",
      "urlPrefix": "/guides",
      "slugFrom": "filename"
    }
  ],
  "redirects": [
    { "from": "/redirect-without-hosting", "to": "/blog/redirect-domain-without-hosting", "type": "301" },
    { "from": "/blog/gitops-redirects-manage-redirects-in-git", "to": "/blog/redirects-file-for-any-host", "type": "301" },
    { "from": "/redirects-file", "to": "/blog/redirects-file-for-any-host", "type": "301" },
    { "from": "/plausible/*", "to": "https://plausible.io/*", "type": "proxy" }
  ]
}
