I've seen other people with this issue. Here's what has been working for me.
Go to gridsome.config.js and add an alias for your images folder insi...
For further actions, you may consider blocking this person and/or reporting abuse
Gridsome total noob here - a couple of questions:
Is 'assets-loader' something that is built into gridsome? If not, where do I find it (no plugin I can find, google search isn't giving me anything)
Where does the '$page' and '$page.project' variable come from? I presume that's from a page-query. Is the 'project' member something you provided or is that inherent in gs?
It's part of gridsome:
github.com/gridsome/gridsome/blob/...
not sure how to use this? I mean how do I get this to work with
Thanks for this tip! It worked for me, but webpack-bundle-analyzer revealed that all the image references were bloating my JS bundle.
I don't know of a better alternative for loading dynamic paths in g-image. What I decided to do instead is pre-process my source to add the paths I need. My source is all markdown, so I'm just adding an extra field to my frontmatter. I'd rather not have a field that could be derived from other frontmatter fields, but I can't find a better solution without degrading performance.
I'm facing the same issue. I'm considering removing all g-image references because I have lots of images and the website is taking way too long on the initial load. Did anyone find a solution that works for dynamic images and keeps the performance in a good place? Thank you all for your insights on this issue.
Can you please explain how does Gridsome handles External Image Url in a Markdown File. Does it downloads the image or Simmply renders an External Image using that URL.
It simply renders an external image using that URL
Hi, does this work with remote images as well? Will they be downloaded and transformed etc?
Here's the related GitHub issue & a statement from the devs about it:
github.com/gridsome/gridsome/issue...
Work great! Thanks for sharing!!!! Save my porject!!!
I have been stuck on this for about 3 hours... painful... I don't see this anywhere on Grindmeintotheground gridsome.
Thank you sir, can I buy you a coffee?