Riccardo Lardi

Results 18 comments of Riccardo Lardi

Hey guys I would like to help out too here. I'm experienced in react.js, node, electron and am also quite handy in responsive design, scss, compass/bourbon and all the faff....

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 site...

I got it to build consistently by the help of https://github.com/nuxt/vercel-builder/issues/588 but I'm still facing the 404 issue on all images. Thanks to https://github.com/nuxt/image/issues/434#issuecomment-940650029 the slash issue is temporarily fixed...

@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?

I'm having the same issue. Have you found any solution yet? Edit: created new issue https://github.com/nuxt/image/issues/434

As pointed out in https://github.com/nuxt/image/issues/434 I got it to build by overriding Vercel's `install` command with `SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn add sharp && yarn install` but now the images all...