Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[docs] Sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Aug 16, 2023
1 parent c5a35ab commit d814d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const sitemap = (): MetadataRoute.Sitemap => {
url: baseUrl.origin,
},
...allDocs.map((doc) => ({
url: `${baseUrl.origin}/${doc.slug}`,
url: `${baseUrl.origin}/docs/${doc.slug}`,
})),
];
};
Expand Down

0 comments on commit d814d0e

Please sign in to comment.