Vanity URL is not working when a page url contains selectors
If i have a page with
https://localhost:4502/content/myproject/us/en/home/test-page.html
The above page contains a component which will add a selector
https://localhost:4502/content/myproject/us/en/home/test-page.model.html
model- selector
i have added a vanity url for the above page as /aempage
when i access the endsite url for the above page as https://localdev.example.com/vanityurl
https://localdev.example.com/aempage -> it redirects to 404 page
How do i implement vanity url in the above case