Skip to content

Commit 50dd97e

Browse files
committed
fix: sitemap contributors links
1 parent d9c0a41 commit 50dd97e

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

pwa/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function getAllStandardRoutes() {
8282

8383
const contributors = await getAllContributors();
8484
for (const contributor of contributors) {
85-
routes.push(`${basePath}/contributors/${contributor.login}`);
85+
routes.push(`${basePath}/community/contributors/${contributor.login}`);
8686
}
8787

8888
for (const version of versions) {

pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"marked": "^5.0.4",
2929
"marked-highlight": "^2.0.1",
3030
"negotiator": "^0.6.3",
31-
"next": "13.4.9-canary.1",
31+
"next": "13.4.8",
3232
"next-themes": "npm:@wits/next-themes@^0.2.16",
3333
"octokit": "^2.0.19",
3434
"prettier": "^2.8.8",

pwa/pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)