Skip to content

Commit 0de64a5

Browse files
authored
Clarify prerendering configuration instructions
1 parent 542d56f commit 0de64a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/route-prerendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Route Pre-rendering"
44

55
Route pre-rendering enables Static Site Generation (SSG) by creating static HTML pages at build time. This delivers faster page loads and improves SEO, making it ideal for content-heavy sites like documentation, blogs, or marketing pages. Static files are served without server-side processing at runtime.
66

7-
To pre-render specific routes, specify the routes option in your configuration file
7+
Configure prerendering for specific routes using the `routes` option
88

99
```js { 6 }
1010
import { defineConfig } from "@solidjs/start/config";

0 commit comments

Comments
 (0)