From 3d368c9c7f4b0d7c56bfc8fc22f22e42bc7aeb42 Mon Sep 17 00:00:00 2001 From: gal-cernilogar <101635305+gal-cernilogar@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:43:16 +0100 Subject: [PATCH] docs: fix typo (#25100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gal Černilogar --- docs/1.getting-started/10.deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/10.deployment.md b/docs/1.getting-started/10.deployment.md index acc2087756..7e562461df 100644 --- a/docs/1.getting-started/10.deployment.md +++ b/docs/1.getting-started/10.deployment.md @@ -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({