{
  "framework": "astro",
  "redirects": [
    {
      "source": "/wedding-guides",
      "destination": "https://weddinginvietnam.com/",
      "permanent": true
    },
    {
      "source": "/wedding-guides/:path*",
      "destination": "https://weddinginvietnam.com/:path*",
      "permanent": true
    }
  ],
  "rewrites": [
    {
      "source": "/en",
      "destination": "/"
    }
  ]
}
