Closed azzzy closed 10 months ago
There is redirect from / to /all, which doesn't preserve the query parameters. Because of it, the model tag urls should be /all?tag=xxx instead of /?tag=xxx.
/
/all
/all?tag=xxx
/?tag=xxx
There is redirect from
/
to/all
, which doesn't preserve the query parameters. Because of it, the model tag urls should be/all?tag=xxx
instead of/?tag=xxx
.