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:
parent
f134358bcf
commit
d278e66ec6
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ export const MissingImageDimension = {
|
|||
* @message
|
||||
* Failed to get the dimensions for `IMAGE_URL`.
|
||||
* @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 = {
|
||||
name: 'FailedToFetchRemoteImageDimensions',
|
||||
|
|
Loading…
Reference in a new issue