Is your feature request related to a problem? Please describe.
I want to be able to generate a separate page for every single one of my pages in my project. The reason is, I want to avoid interactive components when the customer views in AMP and show the fully-fledged page when in normal mode.
Eg:
AMP page: https://sandeep.dev/amp/choosetochallenge-removing-the-subconscious-bias
Normal page: https://sandeep.dev/choosetochallenge-removing-the-subconscious-bias
You can see that the amp page is served from an amp folder
Describe the solution you'd like
Additional property for the amp option in config which can mention the custom folder to which it will be compiled to and a global variable to define {#if} blocks to avoid certain components during amp compilation.
Svelte kit should be able to automatically include canonical like back to the main site from amp page and also mention the amphtml link in the main page.
https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/discovery/
How important is this feature to you?
Our application will need amp pages or it is a dealbreaker.
Is your feature request related to a problem? Please describe.
I want to be able to generate a separate page for every single one of my pages in my project. The reason is, I want to avoid interactive components when the customer views in AMP and show the fully-fledged page when in normal mode.
Eg:
AMP page: https://sandeep.dev/amp/choosetochallenge-removing-the-subconscious-bias
Normal page: https://sandeep.dev/choosetochallenge-removing-the-subconscious-bias
You can see that the amp page is served from an amp folder
Describe the solution you'd like
Additional property for the amp option in config which can mention the custom folder to which it will be compiled to and a global variable to define {#if} blocks to avoid certain components during amp compilation.
Svelte kit should be able to automatically include canonical like back to the main site from amp page and also mention the
amphtmllink in the main page.https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/discovery/
How important is this feature to you?
Our application will need amp pages or it is a dealbreaker.