Daniel Roe

Results 2592 comments of Daniel Roe

I think we should be able to type this in a non-breaking way.

I'm using Nuxt Image with ipx-static on Cloudflare for my website: https://github.com/danielroe/roe.dev/blob/main/nuxt.config.ts#L54-L56

`__skip_vite` is used to avoid processing requests with Vite that should be handled directly with Nitro: https://github.com/nuxt/nuxt/blob/main/packages/vite/src/client.ts#L231-L238

Closing as there's been no reproduction provided for two months. Please feel free to provide one and I'll take a look.

@juliusmarminge is the issue that it's `undefined` rather than `false`? pure nitro reproduction: https://stackblitz.com/edit/github-gf6tkg?file=server/routes/index.ts.

Removed opengraph integration for now as the 100 req / mo limit was very low and it became costly. I'm still worrked about usage; the consequence would be what appears...

this is a great idea. I think some of this might be available in the module metadata we already have

This seems to be working fine for me (added some tests in https://github.com/nuxt/nuxt/pull/32138). Let me know if not with a reproduction and I'll happily reopen. The parcel issue is a...

Hm, good point. Might also be nice for them to animate in, actually, as on twitter when you click the button.

it's not an upstream issue, but it was resolved in https://github.com/nuxt/image/commit/917242a567ffbbb3cd6cf467322252a5cf9194f4. thanks for investigating! ❤