Hi, I'm building the AMP plugin that would display AMP pages when the url ends with /amp.
I created a page module and trying to match the request with contain(/amp) in the URL.
I always get the native page rendred. How can I prioritize the amp over the native routing?