📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -138,7 +138,13 @@ export function buildSitemap(skills, topCount = TOP_SKILL_COUNT, baseUrl = SITE_
|
||||
const landingPaths = getSeoLandingPaths();
|
||||
return generateSitemapXml({
|
||||
baseUrl,
|
||||
paths: ['/', toIndexableRoutePath('/plugins'), ...landingPaths, ...topSkillPaths.map(toIndexableRoutePath)],
|
||||
paths: [
|
||||
'/',
|
||||
toIndexableRoutePath('/workbench'),
|
||||
toIndexableRoutePath('/plugins'),
|
||||
...landingPaths,
|
||||
...topSkillPaths.map(toIndexableRoutePath),
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user