Next.js Discord

Discord Forum

_redirect not working

Unanswered
Japanese Bobtail posted this in #help-forum
Open in Discord
Japanese BobtailOP
I tried with the below redirecting the first two works and the last one is not working. Not sure whether I'm doing it correctly
/forums https://test/forums 200
/forums/* https://test/forums/:splat 200
/pushed/*/p7.min.css https://test/:splat/p7.min.css 200

The url looks like this. The reason I'm trying with the * in the middle is the number after the res path will change always. So I need a url rewrite which works each time since we dont know the random number
https://test1/pushed/res/638314797085341666/p7/p7.min.css
https://test2/pushed/res/638320800675496601/p7/p7.min.css

0 Replies