You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples on https://amp.dev/about/websites showcase various components such as Accordion, Animation, Carousel, and Autocomplete. Each component includes a link labeled "All about this component." However, clicking on this link redirects to a 404 page. This issue seems to be related to the addition of "/{format}/" in the URL, for instance, https://amp.dev/documentation/components/{format}/amp-carousel.
I looked up the earliest deployment I can find (4/30/2023) and it contained the same issue. Therefore the root cause is probably with the template itself, and not associated with the recent dependency change.
🐛 Bug Report
Current behavior
The examples on https://amp.dev/about/websites showcase various components such as Accordion, Animation, Carousel, and Autocomplete. Each component includes a link labeled "All about this component." However, clicking on this link redirects to a 404 page. This issue seems to be related to the addition of "/{format}/" in the URL, for instance, https://amp.dev/documentation/components/{format}/amp-carousel.
Expected behavior/code
The correct component page should load when clicking “All about this component” button. For example, https://amp.dev/documentation/components/amp-carousel/
The text was updated successfully, but these errors were encountered: