Nathan Chase
Nathan Chase
Either way, I can't actually use them in a computed property the way I need to. I need to be able to do `v-if='biggerThanMobile'` on an element - which is...
> I think it will also work good if you will provide the same structural element in v-else, you can just put a display:none on it with a class, but...
Please keep this in mind for the new Nuxt 3 compatible build of image!
For what it's worth, I had to do 3 things to get nuxt/image working on Azure: 1. Whenever you do the `npm install` part of your deployment, use `benv node=14...
> Thanks @nathanchase I got it to build by overriding Vercel's `install` command to `SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn add sharp && yarn install` only now the images on the live...
> I got it to build consistently by the help of [nuxt/vercel-builder#588](https://github.com/nuxt/vercel-builder/issues/588) but I'm still facing the 404 issue on all images. Thanks to [#434 (comment)](https://github.com/nuxt/image/issues/434#issuecomment-940650029) the slash issue is...
> @nathanchase Thanks - but I'm a bit confused - shouldn't using the alias option (as described in your previous comment) fix the single slash problem? It did for me,...
Here's ImageKit's signed URL documentation, for your consideration: https://docs.imagekit.io/features/security/signed-urls#generating-signed-urls-on-your-own
> I see the problem. We might need to encode src segment in final URL to avoid double slashes. I know you're busy with getting Nuxt 3 launched, but just...
I've created a Nuxt 3 module using the official Nuxt 3 [module-builder](https://github.com/nuxt/module-builder): https://github.com/nathanchase/dayjs/ It's on npm currently at: https://www.npmjs.com/package/@nathanchase/nuxt-dayjs-module It's barebones, and some of the plugins I use are hardcoded...