mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: fix typo (#25100)
Co-authored-by: Gal Černilogar <gal.cernilogar@outfit7.com>
This commit is contained in:
parent
0d9021999c
commit
3d368c9c7f
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user