metadata paths". Guess who "someone" was
metadata paths". Guess who "someone" was
Claude Code: You're absolutely right. Let me fix this properly by removing that terrible delay.
Claude Code: You're absolutely right. Let me fix this properly by removing that terrible delay.
import Image from 'next/image'
export default function Page() {
return (
<Image
src="s3.amazonaws.com/my-bucket/x.png”
width={500}
height={500}
/>
)
}
The image goes thru your own server?
import Image from 'next/image'
export default function Page() {
return (
<Image
src="s3.amazonaws.com/my-bucket/x.png”
width={500}
height={500}
/>
)
}
The image goes thru your own server?