Lorenzo
Lorenzo
This eventually also fixed the issue for me, however the only minor difference in my solution is that i targeted the `packageRoot` option to the source folder, e.g. `{workspaceRoot}/packages/{projectName}`. The...
I have the exact same use case. TypeScript types generated from the GraphQL schema are now unusable as every property is optional. Would be nice if we can use the...
Thanks for providing the extra context @rexxars. What i personally was expecting is that deploying the GraphQL schema using `sanity graphql deploy` ([docs](https://www.sanity.io/docs/graphql#deploying-the-graphql-api-04501f1778aa)) also deploys any relevant validation rules. I...
I've just released version `6.0.0`, could you check if the issue still occurs? Also check out the updated installation docs (https://github.com/lorenzodejong/next-sanity-image#installation). Some people were running into an issue where specifying...
As mentioned before, if you could provide a reproducible example in a Codesandbox (without your Sanity token) i could take a look at the issue. For now i can't reproduce...
Hey @philipppolder thank you for providing the example. I just investigated this issue, and it seems like it has to do with the way you are providing a custom `imageBuilder`....
@mitchuman in your example you're actually circumventing the use of a responsive image. You're always returning an image with a width of 400, are you sure you require responsive images...
I noticed the same concern indeed, it is possible to exclude files/folders using the `.nxignore` file in the root of the workspace. However you'd have to ignore all of the...
I understand the fix you're trying to implement here, however this will impact some of the flexibility that the library provides. By defining a base image without any customization options...
#72 has been integrated to support Next 15! Sorry for the late update, missed this open issue after integrating the PR.