What is the code to get an image to display that external and not from asset catalog

No image named ‘https://spoonacular.com/recipeImages/782585-312x231.jpg’ found in asset catalog for

Image(a.image ?? “nil”)
.resizable()

I thought this would work

Oh never mind guys. I used

AsyncImage(url: URL(string: a.image ?? “error”))

to load it up. How do i make it resizeable() though because AsyncImage doesn’t have that property