Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export const config = { amp: true }
export default () => (
<div>
{/* I throw an error since <amp-img/> should be used instead */}
<img src="/dog.gif" height={400} width={800} />
</div>
)