From 8855137369e882d1f9092ec5e28a6e32482f3a0f Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 17 Oct 2025 21:43:51 -0600 Subject: [PATCH] docs: fix profile images on home page --- docs/site/components/testimonials.tsx | 14 +++++++------- docs/site/next.config.ts | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/site/components/testimonials.tsx b/docs/site/components/testimonials.tsx index a8985bee54412..d118a6f2e2298 100644 --- a/docs/site/components/testimonials.tsx +++ b/docs/site/components/testimonials.tsx @@ -41,7 +41,7 @@ export const Testimonials = () => {

@@ -52,7 +52,7 @@ export const Testimonials = () => {

@@ -69,7 +69,7 @@ export const Testimonials = () => {

@@ -87,7 +87,7 @@ export const Testimonials = () => {

wait i kinda love turborepo

@@ -97,7 +97,7 @@ export const Testimonials = () => {

Turborepo is the best.

@@ -105,7 +105,7 @@ export const Testimonials = () => {

@@ -116,7 +116,7 @@ export const Testimonials = () => {

diff --git a/docs/site/next.config.ts b/docs/site/next.config.ts index 054bd5288d8ea..9f5125226b32b 100644 --- a/docs/site/next.config.ts +++ b/docs/site/next.config.ts @@ -18,7 +18,11 @@ const config: NextConfig = { remotePatterns: [ { protocol: "https", - hostname: "pbs.twimg.com", + hostname: "ufa25dqjajkmio0q.public.blob.vercel-storage.com", + }, + { + protocol: "https", + hostname: "x.com", }, ], minimumCacheTTL: 1800,