vercel.json redirects not working in my Next.JS Project

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
}
]
}
{
"redirects": [
{
"source": "/instagram",
"destination": "https://www.instagram.com/avocado.club/",
"permanent": true
},
{
"source": "/food/healthy/avocado",
"destination": "/food/avocado",
"permanent": true
}
]
}
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server