You can store images in one of the following locations, depending on the use case:
/assets
: Require further processing with Hugo Pipes. Ideally, most of our images are in this directory and processed for optimization./static
: Used as-is with no further processing.