image icon indicating copy to clipboard operation
image copied to clipboard

Plug-and-play image optimization for Nuxt applications.

Results 430 image issues
Sort by recently updated
recently updated
newest added

Create a new nuxt app: `npx nuxi@latest init my-app` Go to new app folder: `cd my-app` Install Nuxt Image `yarn add @nuxt/image@rc` Put the module at nuxtconfig ``` modules: [...

as generate I am outputting my web project I am not using any provider I am encountering a 404 error when I do out puplic even though I do nitro...

when I am trying to generate a static page I get the below errors and the process stops. `ENOENT: no such file or directory, mkdir 'C:\laragon\www\folder\project_folder\.output\public\_ipx\s_104x106\https:\cms.com\uploads' ` ``` Errors prerendering:...

bug
needs reproduction

Fixes #1006 When the project was built It used the public folder even if a custom dir was given. I'm unfamiliar with the codebase, If this is not a good...

The relevant part of my nuxt.config.ts: ``` image: { densities: [1, 2], provider: 'imagekit', // Options see https://v1.image.nuxtjs.org/get-started/ imagekit: { baseURL: 'https://ik.imagekit.io/aicosmetic', modifiers: { dpr: 'auto' //

When using the default IPX provider and setting `nitro.static` to `true` in `nuxt.config.ts`, images will not be found in development. However, images are correctly generated when running `nuxt build` and...

bug
help wanted

Deployments have grown complex. *** pre-edit *** Originally I was posting this because I was unable to get image rendering to work while using a non node preset in Nuxt....

## Problem By default, `nuxt/image` does not work with images imported from the `assets` directory, neither locally nor in production. However, image imports are crucial for building a quality website....

### 🔗 Linked issue resolves #1879 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

Currently Nuxt Image only extract images from nuxt layer's public folder (ignoring `dir` image config). Would be great if it could be updated to respect nuxt layer's `dir` image config.