Next.js Discord

Discord Forum

What does the Image Component do if I deploy it not serverless?

Unanswered
Harlequin posted this in #help-forum
Open in Discord
HarlequinOP
Hey, what exactly does the next image component do if i deploy it to a non serverless environment?

1 Reply

@Harlequin Hey, what exactly does the next image component do if i deploy it to a non serverless environment?
If im correct nothing changes whether you use serverless or not.

Although if you are using static export you'll probably have to use a custom loader for the image optimization to still work since on server and serverless environments nextjs simply uses sharp(if installed) or the built in Image Optimization API.