From 9d990c9ed0ea2d6a2a118fef99f7359b937c094d Mon Sep 17 00:00:00 2001
From: mbaharip <62494292+mbahArip@users.noreply.github.com>
Date: Tue, 28 Jan 2025 07:18:52 +0700
Subject: [PATCH] update: deploy guide
---
src/components/internal/DeployPage.tsx | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/components/internal/DeployPage.tsx b/src/components/internal/DeployPage.tsx
index e503d18..b8f51dc 100644
--- a/src/components/internal/DeployPage.tsx
+++ b/src/components/internal/DeployPage.tsx
@@ -62,11 +62,7 @@ If you are new, you can follow along from the beginning. However, if you have pr
You can also utilize the [next-gdrive-index configurator](/ngdi-internal/configurator) to generate configuration for your deployment!
-This guide assumes that you have a fundamental understanding of how to deploy a Next.js application on Vercel or other platforms.
-
----
-
-If you prefer a video tutorial, you can watch the video below to deploy the project.`,
+This guide assumes that you have a fundamental understanding of how to deploy a Next.js application on Vercel or other platforms.`,
newUser: `For new user, this guide will provide step-by-step instructions on deploying the project to Vercel or similar services.
Before you begin, you'll need to have the following:
@@ -495,14 +491,14 @@ export default function DeployPage() {
customComponents={customComponents}
content={guide.gettingStarted.content}
/>
-
+ > */}