diff --git a/website/scripts/algolia-sync.mjs b/website/scripts/algolia-sync.mjs index a5f45f28..b0d3a0c0 100644 --- a/website/scripts/algolia-sync.mjs +++ b/website/scripts/algolia-sync.mjs @@ -12,11 +12,11 @@ indexToAlgolia({ docsBaseDir: 'src/pages/', source, domain, - sitemapXmlPath: 'public/sitemap.xml', + sitemapXmlPath: 'out/sitemap.xml', }, source, domain, - sitemapXmlPath: 'public/sitemap.xml', + sitemapXmlPath: 'out/sitemap.xml', lockfilePath: 'algolia-lockfile.json', dryMode: process.env.ALGOLIA_DRY_RUN === 'true', });