Skip to content

Commit

Permalink
docs: fix typo, remove mention of renderToBufferDestination (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
age2pierre authored Jun 3, 2024
1 parent b532158 commit d7ae21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
});
```

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:

```js { 6 }
import { defineConfig } from "@solidjs/start/config";
Expand Down

0 comments on commit d7ae21f

Please sign in to comment.