We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7c4f commit 9b12ba6Copy full SHA for 9b12ba6
scripts/sitemap-visual-diff.ts
@@ -132,7 +132,7 @@ async function run() {
132
}
133
if (!opts.previewUrl.endsWith("/")) opts.previewUrl += "/";
134
135
- const sitemapXml = await fetchSitemap("https://pan.dev/sitemap.xml");
+ const sitemapXml = await fetchSitemap("https://docusaurus-openapi.tryingpan.dev/sitemap.xml");
136
const paths = parseUrlsFromSitemap(await sitemapXml);
137
console.log(`Found ${paths.length} paths.`);
138
0 commit comments