You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Plugin works as expected with relative image path in meta, but fails to transform a remote url.
Am I doing something wrong? Is this expected to work?
Doesn't work
---
title: My First Title
featuredImage: https://images.squarespace-cdn.com/content/v1/53bff3c3e4b0fd8b51088a58/1526432398003-IPENQZ4YTTXVDMZ1M8JA/ke17ZwdGBToddI8pDm48kCFTy3UGnhJ-fWvK5PBTMNx7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UQAK6Hrx5oK4v7EgPqT2OFRSRLMHaWtK29l-R4I7CH9pArRUwoSl4wuUs73k4k9WwA/image-asset.jpeg
---
Works
---
title: My First Title
featuredImage: ../images/image.png
---