issues
search
nuxt-community
/
amp-module
AMP Module for Nuxt 2
https://codesandbox.io/s/github/nuxt-community/amp-module/
MIT License
204
stars
36
forks
source link
Support for converting <nuxt-img> and <nuxt-picture> into <amp-img> on AMP pages
#263
Open
draganovik
opened
3 years ago
draganovik
commented
3 years ago
Use case
Using
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
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
(This might fundamentally change amp-module)
Use case
Expected behavior
Posible solution