You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { imageLoader } from 'next-image-loader/build/image-loader'
/**
* This file is only of relevance when you use `next export` or a custom image loader
*
* When using 'next export', the plugin next-image-loader(https://github.com/aiji42/next-image-loader) will automatically use the custom image loader defined below
* without the need to add a loader prop to <Image> tags