We are correctly generating and using the thumbnails (see #45 and #46) but Amplify isn't deploying the thumbs directory once it's been generated. Waiting on AWS support to see why
This was the plugin's fault! Generators that create new static files expected to be added to the _site output are required to add them as instances of Jekyll::StaticFile to site.static_files
We are correctly generating and using the thumbnails (see #45 and #46) but Amplify isn't deploying the thumbs directory once it's been generated. Waiting on AWS support to see why