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 e1eb25b commit f94e1feCopy full SHA for f94e1fe
app/sitemap.ts
@@ -34,16 +34,10 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
34
priority: 0.7,
35
},
36
{
37
- url: `${PRODUCTION_URL}/projects`,
+ url: `${PRODUCTION_URL}/tech`,
38
lastModified: new Date(),
39
changeFrequency: 'yearly',
40
priority: 0.5,
41
42
- {
43
- url: `${PRODUCTION_URL}/stack`,
44
- lastModified: new Date(),
45
- changeFrequency: 'yearly',
46
- priority: 0.1,
47
- },
48
]
49
}
0 commit comments