You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/(app)/(default_layout)/(roadmaps)/roadmaps/page.tsx
+16-24
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,11 @@ import { getUserMissionRecords } from '@/utils/data/missions/get-user-mission-re
18
18
19
19
exportasyncfunctiongenerateMetadata(){
20
20
returncreateMetadata({
21
-
title: 'Coding Roadmaps | TechBlitz',
21
+
title: 'Learning Paths | TechBlitz',
22
22
description:
23
-
'A collection of coding questions, ranging from Javascript, React, Node, Web Development. Aimed to enhance your coding skills in each domain.',
24
-
keywords: [
25
-
'javascript coding questions',
26
-
'react coding questions',
27
-
'web development coding questions',
28
-
'coding challenges',
29
-
'coding tutorials',
30
-
'coding practice',
31
-
'coding practice questions',
32
-
],
23
+
'A collection of learning paths, ranging from Javascript, React, Node, Web Development. Created to help you learn and grow your skills in different areas of programming.',
33
24
image: {
34
-
text: 'Coding Roadmaps | TechBlitz',
25
+
text: 'Learning Paths | TechBlitz',
35
26
bgColor: '#000',
36
27
textColor: '#fff',
37
28
},
@@ -41,25 +32,26 @@ export async function generateMetadata() {
0 commit comments