hey, does anyone else use 11ty for static site generation? ive been trying to fix my 404 page for some time, but it seems like, regardless of what i type in the url, it just goes to a '301 moved permanently' page instead of the actual not_found.html page i have set up....
https://www.11ty.dev/docs/quicktips/not-found/ have you looked at this ?
the actual issue was ultimately that i didnt add a passthrough copy of it LOL