You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When prerendering with the IPX provider, the image path contains colons when using image sizes:
Colons are an invalid character for file names on mac and they turn into slashes, causing a 404:
IPX out path: q_75&f_webp&sixes_sm:90vw%20md:480px%20lg:680px&loading_lazy&w_1536
Mac out path: q_75&f_webp&sixes_sm/90vw%20md/480px%20lg/680px&loading_lazy&w_1536
Is there way to remove the colon or replace it with a different character when generating the file name?
The text was updated successfully, but these errors were encountered:
When prerendering with the IPX provider, the image path contains colons when using image sizes:
Colons are an invalid character for file names on mac and they turn into slashes, causing a 404:
IPX out path:
q_75&f_webp&sixes_sm:90vw%20md:480px%20lg:680px&loading_lazy&w_1536
Mac out path:
q_75&f_webp&sixes_sm/90vw%20md/480px%20lg/680px&loading_lazy&w_1536
Is there way to remove the colon or replace it with a different character when generating the file name?
The text was updated successfully, but these errors were encountered: