Sitecore Headless Media URLs with Next.js
Something to be aware of when looking to modify the URLs of media items coming from a GraphQL query - by default, all of the media URLs come back as an absolute URL, including the hostname.
Recently I needed to set the search scope for a Sitecore SXA search component to show only items after today - a common requirement for things like upcoming events where we need past events to fall off the list.