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

amp-next-page version #250

Closed lxsedov closed 3 years ago

lxsedov commented 3 years ago

change in tags amp-next-page version 0.1 => 1.0

https://amp.dev/documentation/components/amp-next-page

mvrlin commented 3 years ago

@lxsedov

You can define your own tags or override the default ones:

// nuxt.config.js
{
  amp: {
    tags: {
      'amp-next-page': {
        version: '1.0'
      }
    }
  }
}