docs: fix typo (#25100)

Co-authored-by: Gal Černilogar <gal.cernilogar@outfit7.com>
This commit is contained in:
gal-cernilogar 2024-01-08 17:43:16 +01:00 committed by GitHub
parent 0d9021999c
commit 3d368c9c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ defineNuxtConfig({
})
```
You can combine this with the `crawLinks` option to pre-render a set of routes that the crawler can't discover like your `/sitemap.xml` or `/robots.txt`:
You can combine this with the `crawlLinks` option to pre-render a set of routes that the crawler can't discover like your `/sitemap.xml` or `/robots.txt`:
```ts [nuxt.config.ts]
defineNuxtConfig({