Skip to content

Commit

Permalink
Fix crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Mar 15, 2024
1 parent 74f2cc3 commit d72ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/crawler/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function onSuccess() {
const buildDir = `${cwd()}/build/`;
const deployUrl = new URL(process.env.DEPLOY_PRIME_URL);
const hostname = deployUrl.hostname;
const sitemapPath = buildDir + "sitemap.xml";
const sitemapPath = buildDir + "docs/sitemap.xml";
console.log(`[CW] Build dir is: "${buildDir}"`);
console.log(`[CW] Deploy URL is: "${deployUrl}"`);
console.log(`[CW] Sitemap path is: "${sitemapPath}"`);
Expand Down

0 comments on commit d72ab3d

Please sign in to comment.