Skip to content

Commit

Permalink
feat(sitemap): add site map config
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Oct 10, 2023
1 parent d252dd2 commit d8c72e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsearch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"index_name": "docs",
"start_urls": ["https://www.utopiajs.github.io/docs"],
"sitemap_urls": ["https://www.utopiajs.github.io/docs/sitemap-index.xml"],
"start_urls": ["https://www.utopiajs.space/docs"],
"sitemap_urls": ["https://www.utopiajs.space/docs/sitemap-index.xml"],
"selectors": {
"lvl0": {
"selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
Expand Down

0 comments on commit d8c72e3

Please sign in to comment.