mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-09 22:50:17 -04:00
Fix types in imageUrl.ts
This commit is contained in:
parent
5ccfc42e06
commit
0eced26ed8
|
@ -7,6 +7,6 @@ const builder = ImageUrlBuilder(sanity);
|
||||||
* Build a URL for an image based on specified attributes
|
* Build a URL for an image based on specified attributes
|
||||||
* @param {SanityImageSource} source The source image
|
* @param {SanityImageSource} source The source image
|
||||||
*/
|
*/
|
||||||
export default function imageUrl(source: any): any {
|
export default function imageUrl(source: any) {
|
||||||
return builder.image(source);
|
return builder.image(source);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user