Redirects stopped working

Hi, I am using SvelteKit with the cloudflare adapter to build my website.
The build generates a _worker.js and a
_routes.json
.
I also have a
_redirects
file, which is parsed correctly (screenshot1).

For some reason the redirects stopped working.
On both, the custom and the .pages.dev and my custom URl.

According to google indexing the change should have happened on the 11th of January.
My last deploy was on the 15th of December.

Can anyone tell me why?

Docs I used: https://developers.cloudflare.com/pages/platform/redirects/
Repo: https://github.com/dreitzner/reitzner.at
URLs: https://reitzner-at.pages.dev/blog, https://reitzner.at/blog
To use redirects on Cloudflare Pages, declare your redirects in a plain text file called _redirects without a file extension, in the output folder of your
GitHub
Contribute to dreitzner/reitzner.at development by creating an account on GitHub.
Was this page helpful?