Skip to content

Commit 9b12ba6

Browse files
authored
Update sitemap-visual-diff.ts
1 parent 6ec7c4f commit 9b12ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sitemap-visual-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function run() {
132132
}
133133
if (!opts.previewUrl.endsWith("/")) opts.previewUrl += "/";
134134

135-
const sitemapXml = await fetchSitemap("https://pan.dev/sitemap.xml");
135+
const sitemapXml = await fetchSitemap("https://docusaurus-openapi.tryingpan.dev/sitemap.xml");
136136
const paths = parseUrlsFromSitemap(await sitemapXml);
137137
console.log(`Found ${paths.length} paths.`);
138138

0 commit comments

Comments
 (0)