File size: 210 Bytes
1e92f2d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export const config = { amp: true }

export default () => (
  <div>
    {/* I show a warning since the width and height attribute is missing */}
    <amp-video src="/cats.mp4" layout="responsive" />
  </div>
)