Skip to content

Commit

Permalink
docs: fix typo (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
idorenyinudoh authored Sep 21, 2021
1 parent 6a98977 commit 0bc0ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/usage/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ category: Usage

By default, the sitemap is setup to the following path: `/sitemap.xml`

All static routes (eg. `/pages/about.vue`) are automatically add to the sitemap, but you can exclude each of them with the [`exclude`](/usage/sitemap-options#exclude-optional---string-array) property.
All static routes (eg. `/pages/about.vue`) are automatically added to the sitemap, but you can exclude each of them with the [`exclude`](/usage/sitemap-options#exclude-optional---string-array) property.

For dynamic routes (eg. `/pages/_id.vue`), you have to declare them with the [`routes`](/usage/sitemap-options#routes-optional---array--function) property. This option can be an array or a function. In addition, the routes defined in `generate.routes` will be automatically used for the sitemap.

Expand Down

0 comments on commit 0bc0ebd

Please sign in to comment.