All requests to https//feature-sliced.design/ URLs redirect to `/lander` ```console curl -is https://feature-sliced.design/docs/get-started/overview HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 16 Mar 2025 14:13:28 GMT Content-Length: 114 <!DOCTYPE html><html><head><script>window.onload=function(){window.location.href="/lander"}</script></head></html> ``` ```console curl -is https://feature-sliced.design/docs HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 16 Mar 2025 14:14:56 GMT Content-Length: 114 <!DOCTYPE html><html><head><script>window.onload=function(){window.location.href="/lander"}</script></head></html> ```