Niels
Niels
Thanks for the catch @jacoblogan. I will take a look!
Removed SVG filter in v1.10.0
Hi @el-j, Thanks for the PR. I updated the README with the export commands. For the static images though, I tested it again, and it works in my example app...
Hi @ibobo, Thanks for the suggestion. The problem is that there is no good hashing algorithm available in the client environment. The browser crypto option is only available for https...
I used a hash function which I found on Stack Overflow in v1.14.0. This should get rid of the problem with long urls. Could you please confirm?
@jacoblogan Thanks for the PR. I merged it with a slight edge case handling when public is not found at all
Hi @Davide-Milan, I created a larger PR #189, which addresses your feature request but is not finished yet.
Hi, I will take a look into it, when I revamp the remote image functionality a bit. Hopefully in May.
Hey @Davide-Milan, you can do this using [overrideSrc](https://nextjs.org/docs/pages/api-reference/components/image#overridesrc) which became available in Nextjs v14.2.0. I added it to the README as a solution to hide the URL from the end...
Hi @ruslkovalen123, This should be fixed in v1.14.0 now. Can you please confirm?