Skip to content

Commit 0c34fb8

Browse files
authored
Update routes.md
1 parent ef09647 commit 0c34fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/app/content/docs/framework/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Merge order: **app metadata → page metadata → `__sprag_meta__`** (last wins)
136136

137137
- **`hybrid`** — SSR first, then hydrate. The server renders the initial HTML for a fast first paint, then the browser loads JavaScript to make it interactive. This is the default and the right choice for most pages.
138138

139-
- **`spa`** — No SSR body. The server sends a shell, and the browser mounts everything. Use when the page content is entirely dynamic (dashboards, editors, etc.).
139+
- **`mount`** — No SSR body. The server sends a shell, and the browser mounts everything. Use when the page content is entirely dynamic (dashboards, editors, etc.).
140140

141141
## Dynamic routes
142142

0 commit comments

Comments
 (0)