From ee7a6e7dc5078c4a4b38e176c2f7c46719964f54 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Wed, 31 Jan 2024 10:04:45 -0600 Subject: [PATCH] remove note about updating next.config with hostname as this is not necessary --- .../01-building-your-application/06-optimizing/02-videos.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/02-app/01-building-your-application/06-optimizing/02-videos.mdx b/docs/02-app/01-building-your-application/06-optimizing/02-videos.mdx index f29897feb4ea4..cc6d830279291 100644 --- a/docs/02-app/01-building-your-application/06-optimizing/02-videos.mdx +++ b/docs/02-app/01-building-your-application/06-optimizing/02-videos.mdx @@ -176,8 +176,6 @@ In your Vercel dashboard, navigate to the "Storage" tab and select your Vercel B Alternatively, you can upload your video using a server action. For detailed instructions, refer to the Vercel documentation on [server-side uploads](https://vercel.com/docs/storage/vercel-blob/server-upload). Vercel also supports [client-side uploads](https://vercel.com/docs/storage/vercel-blob/client-upload). This method may be preferable for certain use cases. -> Good to know: Ensure to [add the necessary hostname](https://vercel.com/docs/storage/vercel-blob/server-upload) to your `next.config.js` to configure the domain from where the video files will be served. - **2. Displaying the video in Next.js** Once the video is uploaded and stored, you can display it in your Next.js application. Here's an example of how to do this using the `