Wondering why? It's just not working, giving me a 404 both on staging and when deployed to production. One is internal the other is an external redirect. ``` { "redirects": [ { "source": "/instagram", "destination": "https://www.instagram.com/avocado.club/", "permanent": true }, { "source": "/food/healthy/avocado", "destination": "/food/avocado", "permanent": true } ] } ```