We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b532158 commit d7ae21fCopy full SHA for d7ae21f
src/routes/solid-start/building-your-application/route-prerendering.mdx
@@ -17,7 +17,7 @@ export default defineConfig({
17
});
18
```
19
20
-When you wish for all your routes to be pre-renderToBufferDestination, you can pass `true` to the `crawlLinks` option:
+When you wish for all your routes to be pre-rendered, you can pass `true` to the `crawlLinks` option:
21
22
```js { 6 }
23
import { defineConfig } from "@solidjs/start/config";
0 commit comments