gatsby-plugin-ipfs icon indicating copy to clipboard operation
gatsby-plugin-ipfs copied to clipboard

Adds support for deploying Gatsby to IPFS by ensuring that assets are relative

Results 7 gatsby-plugin-ipfs issues
Sort by recently updated
recently updated
newest added

Hey - thanks for creating this plugin! I just created a new (v4) Gatsby site. When I try to install this plugin I receive this error: ``` ~/code/ef/gatsby-ipfs on ...

Currently the manifest file is not getting the prefix replaced. I think it's safe just to remove it since it's already relative. Looking at this [line](https://github.com/moxystudio/gatsby-plugin-ipfs/blob/master/src/gatsby-node.js#L74), it looks like if...

Hello moxystudio, I installed this plugin, but then it didn't work, so I uninstalled it, but. now my gatsby build won't work. It keeps failing on the images. " ERROR...

So I'm trying to deploy the [Gatsby Starter Blog](https://github.com/gatsbyjs/gatsby-starter-blog) to IPFS. I follow the instructions to set up `gatsby-plugin-ipfs`, and I get the following error in my console after viewing...

When public folder is put into ipfs the images don't render on the first page load. Seems that they only appear after a browser/page refresh. Here's a screencast of the...

@satazor let me know what you think of this TODO list. If it's out of scope for this IPFS plugin LMK and I'll remove it. Thought this would be a...

I'm trying to generate sitemaps using the plugin gatsby-plugin-sitemap, but the generated URLs are like this: https://website.com./page/ Note the trailing dot after the domain. The gatsby-plugin-sitemap is before the gatsby-plugin-ipfs...