Skip to content

Commit e997a68

Browse files
fix: correct opensource route path in sitemap
Change /product/opensource to /opensource to match actual route Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
1 parent 6bb2f15 commit e997a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/utils/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function getSitemap(): Sitemap<TRoutes> {
7272
priority: 0.8,
7373
changeFrequency: "monthly",
7474
},
75-
"/product/opensource": {
75+
"/opensource": {
7676
priority: 0.8,
7777
changeFrequency: "monthly",
7878
},

0 commit comments

Comments
 (0)