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 [ {