Skip to content

Commit 821fe2a

Browse files
committed
feat (scrapers): update astro.rb
1 parent 4c4157a commit 821fe2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/astro.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ class Astro < UrlScraper
1616

1717
options[:skip_patterns] = [/tutorial/]
1818

19-
self.release = '3.2.0'
19+
self.release = '4.12.3'
2020
self.base_url = 'https://docs.astro.build/en/'
21-
self.initial_paths = %w(getting-started/)
21+
self.initial_paths = %w(install-and-setup/)
2222

2323
html_filters.push 'astro/entries', 'astro/clean_html'
2424

0 commit comments

Comments
 (0)