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,