#next/image src url gets html entities when resolving

8 messages · Page 1 of 1 (latest)

copper ingot
#

Can't you use encodeURI or encodeURIComponent to solve it?

gentle shoal
copper ingot
gentle shoal
copper ingot
#

The encodeURI() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURIComponent(), this function encodes fewer characters, p...

gentle shoal
copper ingot
#

Well, sorry to hear that

#

I guess you really need that url to look pretty