nuxt / nuxt/image

Download images from provider

Open
#2,029 8 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.