@@ -31,13 +31,13 @@ const defaultMetadata: Metadata = {
31
31
} ;
32
32
33
33
const hiroHacksMetadata : Partial < Metadata > = {
34
- title : "Hiro Hacks - Season 1 (2025 Edition) " ,
34
+ title : "Hiro Hacks - Season 1" ,
35
35
description :
36
- "Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges." ,
36
+ "Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges." ,
37
37
openGraph : {
38
- title : "Hiro Hacks - Season 1 (2025 Edition) " ,
38
+ title : "Hiro Hacks - Season 1" ,
39
39
description :
40
- "Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges." ,
40
+ "Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges." ,
41
41
images : [
42
42
{
43
43
url : "/images/hiro-hacks-season-one.png" ,
@@ -47,9 +47,9 @@ const hiroHacksMetadata: Partial<Metadata> = {
47
47
] ,
48
48
} ,
49
49
twitter : {
50
- title : "Hiro Hacks - Season 1 (2025 Edition) " ,
50
+ title : "Hiro Hacks - Season 1" ,
51
51
description :
52
- "Join Hiro Hacks Season 1 and build on Bitcoin layers with our developer challenges." ,
52
+ "Join Hiro Hacks Season 1 and build on Bitcoin layers with our monthly themed challenges." ,
53
53
images : [ "/images/hiro-hacks-season-one.png" ] ,
54
54
} ,
55
55
} ;
0 commit comments