### Use case - Using [Nuxt Image](https://github.com/nuxt/image) in project together with amp-module. ### Expected behavior - If <*nuxt-image*> is a component on configurated AMP page, then <*nuxt-image*> should be deployed as <*amp-img*> instead of <*img*> tag. ### Posible solution - [ ] Tap into [Nuxt Image](https://github.com/nuxt/image) to override <*nuxt-image*> component rendering - [ ] Convert <*img*> to <*amp-img*> on AMP pages by default - [ ] Automatically convert all base HTML tags to [AMP equivalents](https://amp.dev/documentation/components/) (This might fundamentally change amp-module)