Download images from provider
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 331
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 9
Description
We are working on a website where we use both the ipx and prismic provider.
When we run npm run generate, we see inside .output/public/_ipx that the ipx images from the external domain (swapcard) are downloaded.
But this is not the case for images coming from the prismic provider.
We would also like the download the images from prismic provider too.
Why ? If we move away from prismic, all our images will stop working even though we statically generated the website !
This doesn't seem right...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior with npm run generate and inspect .output/public/_ipx, comparing images from the ipx and prismic providers. Done means generated output also contains the downloaded Prismic images so the site does not depend on that provider after generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- build-system, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100