declanbyrd / eleventy-plugin-mastoarchive

Eleventy plugin to expose your Mastodon posts as a global data object.
https://www.npmjs.com/package/eleventy-plugin-mastoarchive
12 stars 1 forks source link

Offline use #5

Closed declanbyrd closed 6 months ago

declanbyrd commented 1 year ago

When trying to use the plugin when there is no internet connectivity, it breaks the build.

It should return either an empty array or the cached posts instead.

declanbyrd commented 6 months ago

Setting isProduction to false will return the cached posts or an empty array.