Skip to content

Commit

Permalink
docs: Fix scraper config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 18, 2023
1 parent 4e7b1d7 commit 3322a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/scraper/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"index_name": "vendure-docs",
"start_urls": [
"https://vendure-docs-beta.netlify.app/"
"https://docs.vendure.io/"
],
"sitemap_urls": [
"https://vendure-docs-beta.netlify.app/sitemap.xml"
"https://docs.vendure.io/sitemap.xml"
],
"allowed_domains":["vendure-docs-beta.netlify.app"],
"allowed_domains":["docs.vendure.io"],
"sitemap_alternate_links": true,
"stop_urls": [],
"selectors": {
Expand Down

0 comments on commit 3322a56

Please sign in to comment.