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 3da86b7 commit c30592fCopy full SHA for c30592f
tools/sitemap-generator.js
@@ -40,7 +40,7 @@ for (const url of additionalUrls) {
40
}
41
42
async function main() {
43
- const buildDir = `${baseDir}dist/sign-translate/browser/`;
+ const buildDir = `${baseDir}${path.sep}dist${path.sep}sign-translate${path.sep}browser${path.sep}`;
44
45
// writes sitemaps and index out to the destination you provide.
46
await simpleSitemapAndIndex({
0 commit comments