We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30225b0 commit c97021fCopy full SHA for c97021f
1 file changed
scripts/sitemap-visual-diff.ts
@@ -156,7 +156,6 @@ async function run() {
156
throw new Error("Missing preview URL");
157
}
158
if (!opts.previewUrl.endsWith("/")) opts.previewUrl += "/";
159
-
160
const sitemapXml = await fetchSitemap(
161
"https://docusaurus-openapi.tryingpan.dev/sitemap.xml"
162
);
0 commit comments