Skip to content

Commit 0dcf61b

Browse files
committed
more details on creating the first route
1 parent b295c43 commit 0dcf61b

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/content/docs/react/intro/first-route.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
---
66

77
import { Aside, Steps } from '@astrojs/starlight/components'
8+
import firstRouteVideo from './images/first-route.mp4'
89

910
After setting up Sanity CMS for your Vyuh React application, the next step is to
1011
create your first route. Routes in Vyuh are the foundation of your application's
@@ -67,6 +68,19 @@ In Vyuh, a route represents a page in your application. Each route:
6768

6869
</Steps>
6970

71+
## Watch the Process
72+
73+
Here's a video demonstration of creating your first route in Sanity:
74+
75+
<video
76+
className="w-full"
77+
src={firstRouteVideo}
78+
controls
79+
autoPlay={true}
80+
muted={true}
81+
loop={true}
82+
></video>
83+
7084
## Viewing Your Route in Next.js
7185

7286
Now that you've created and published your first route, you can view it in your
2.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)