Skip to content

Commit 542d56f

Browse files
authored
Update phrasing for crawlLinks option explanation
1 parent 3124366 commit 542d56f

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
@@ -18,7 +18,7 @@ export default defineConfig({
1818
});
1919
```
2020

21-
Or to automatically pre-render all routes, enable the `crawlLinks` option
21+
Or to pre-render all routes, you can pass `true` to the `crawlLinks` option
2222

2323
```js { 6 }
2424
import { defineConfig } from "@solidjs/start/config";

0 commit comments

Comments
 (0)