0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Remove unhelpful message in errors-data.ts (#10128)

This commit is contained in:
Yan Thomas 2024-02-15 10:33:56 -03:00 committed by GitHub
parent f134358bcf
commit d278e66ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -538,7 +538,7 @@ export const MissingImageDimension = {
* @message * @message
* Failed to get the dimensions for `IMAGE_URL`. * Failed to get the dimensions for `IMAGE_URL`.
* @description * @description
* Determining the remote image's dimensions failed. This is typically caused by an incorrect URL or attempting to infer the size of an image in the public folder which is not possible. Here is where the probing logic lives in Astro's [sourcecode](https://github.com/withastro/astro/blob/main/packages/astro/src/assets/utils/image-size/). * Determining the remote image's dimensions failed. This is typically caused by an incorrect URL or attempting to infer the size of an image in the public folder which is not possible.
*/ */
export const FailedToFetchRemoteImageDimensions = { export const FailedToFetchRemoteImageDimensions = {
name: 'FailedToFetchRemoteImageDimensions', name: 'FailedToFetchRemoteImageDimensions',