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
I've tried using gatsby-plugin-relative-paths with a project, and it seems to mostly work, really cool, thanks!
However, it seems that media paths such as image and video paths are not getting replaced.... 🤔 Maybe because Gatsby doesn't consider them to change when assetPath is used? I tried changing both assetPath and pathPrefix (and also ONLY pathPrefix), as well as trying gatsby-plugin-ipfs, but nothing seems to help here... :(
I've figured out a much simpler solution, that allows for avoiding usage of the gatsby-plugin-ipfs and gatsby-plugin-relative-paths plugins altogether (by using a programmatic value for the pathPrefix option in the Gatsby config):
I've tried using
gatsby-plugin-relative-paths
with a project, and it seems to mostly work, really cool, thanks!However, it seems that media paths such as image and video paths are not getting replaced.... 🤔 Maybe because Gatsby doesn't consider them to change when
assetPath
is used? I tried changing bothassetPath
andpathPrefix
(and also ONLYpathPrefix
), as well as tryinggatsby-plugin-ipfs
, but nothing seems to help here... :(I'm using the following:
[email protected]
import img from './img.jpg'
in one of the slides of the slide deckEdit: it seems as if the images themselves are actually broken when using this plugin too 🤔 See below...
The text was updated successfully, but these errors were encountered: