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

[Nuxt3 documents](https://v3.nuxtjs.org/guide/deploy/providers/cloudflare/) advise you can deploy to Cloudflare Workers. Guide can be found on the [Nitro documentation](https://nitro.unjs.io/deploy/providers/cloudflare). The commands `wrangler dev` and `wrangler publish` work successfully when `@nuxt/image-edge` is commented...

With this PR we add `nuxi generate` support for Nuxt 3 images to be optimized on build time. TODO: Find a more stable way set ipx images path during prerendering

This is a modified version of @pi0 's PR for static image generation (took the heavy lifting from there). Would be interested to get a second pair of eyes from...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://togithub.com/nuxt/framework) | [`^3.0.0-rc.10` -> `^3.0.0-rc.11`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.0.0-rc.10/3.0.0-rc.11) | [![age](https://badges.renovateapi.com/packages/npm/@nuxt%2fkit/3.0.0-rc.11/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

* I setup NGINX in proxy mode with the exact config file as described [here](https://nuxtjs.org/deployments/nginx/) (first snippet of code, with my own domain name in the `server_name` field). * Nuxt...

Hi, I have an object from the backend that returns me image in multiple formats, like jpg, webp. I need then to create a tag like: ``` ``` How I...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-environment-jsdom](https://togithub.com/facebook/jest) | [`^28.1.2` -> `^29.1.2`](https://renovatebot.com/diffs/npm/jest-environment-jsdom/28.1.2/29.1.2) | [![age](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

When I'm trying to add this module to my app I have following error: FATAL Invalid or unexpected token 10:02:35 const ext = input.split(".").pop()?.split("?")[0]; ^ SyntaxError: Invalid or unexpected token...

It seems like there is a bug when using the format prop on the nuxt-picture component: ``` ``` With the following template, the output is the following (it works on...