yarn add @blazity/next-image-proxyimport { withImageProxy } from "@blazity/next-image-proxy";
export default withImageProxy({ whitelistedPatterns: [/^https?:\/\/(.*).mydomain.com/],});src={`/api/imageProxy?imageUrl=${actualImageUrl}`}No comments yet. Be the first to share your thoughts.