bstauff / recipe-shuffle

A simple web app to plan meals for the week.
0 stars 0 forks source link

Netlify Redirects Don't Work #18

Closed bstauff closed 1 year ago

bstauff commented 1 year ago

Trying to access any page other than the root page via URL is going to result in a 404 from Netlify.

We need to configure Netlify redirect routes so that any path other than / gets routed to the index.html and Angular routing can take over.