Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 4f94011

Browse files
authored
fix: update getting started mdx page to include a route
FIX: update getting started page to include a route
2 parents 3c48033 + ae34b46 commit 4f94011

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/docs/documentation/general/getting-started.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ format because of the flexibility of writing JSX inside markdown files.
5353

5454
> Note that you **don't need to follow any strict file architecture**. You can just create your `.mdx` files **anywhere in your project**.
5555
56-
So, let's create our first `.mdx` and give it a name:
56+
So, let's create our first `.mdx` and give it a name and a route:
5757

5858
```markdown
5959
---
6060
name: Hello world
61+
route: /
6162
---
6263

6364
# Hello world

0 commit comments

Comments
 (0)