We wrote a redirect into our netlify.toml and built a custom 404 page in contentful, but whenever I pass a bad path to the url the page never seems to resolve. I checked the console and had the error
Uncaught Error: Missing resources for /aslkjfsdf
. Below is the redirect code.
[[redirects]]
from = "/*"
to = "/404/"
status = 404