From bccfd2aa5219ca1d2591cae24ae52d5676c8f6e2 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 27 May 2026 12:38:14 -0400 Subject: [PATCH] chore(docs): remove next images config Removed remotePatterns configuration for images. --- apps/docs/next.config.mjs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/docs/next.config.mjs b/apps/docs/next.config.mjs index c420a4cf..2110b1c3 100644 --- a/apps/docs/next.config.mjs +++ b/apps/docs/next.config.mjs @@ -4,19 +4,6 @@ const withMDX = createMDX(); /** @type {import('next').NextConfig} */ const config = { - images: { - remotePatterns: [ - { - hostname: "github.com", - protocol: "https", - }, - { - hostname: "placehold.co", - protocol: "https", - }, - ], - }, - redirects() { return [ {