File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Tempo</ title >
6+ < title > Tempo Developers </ title >
77 < meta name ="description " content ="The only blockchain designed for payments. Sub-second transactions, sub-cent fees. " />
88 < meta property ="og:type " content ="website " />
9- < meta property ="og:title " content ="Tempo " />
10- < meta property ="og:site_name " content ="Tempo " />
9+ < meta property ="og:title " content ="Tempo Developers " />
10+ < meta property ="og:site_name " content ="Tempo Developers " />
1111 < meta property ="og:description " content ="The only blockchain designed for payments. Sub-second transactions, sub-cent fees. " />
1212 < meta property ="og:image " content ="/api/og?title=Tempo&description=The%20only%20blockchain%20designed%20for%20payments.%20Sub-second%20transactions%2C%20sub-cent%20fees.§ion=BUILD&v=2 " />
1313 < meta name ="twitter:card " content ="summary_large_image " />
14- < meta name ="twitter:title " content ="Tempo " />
14+ < meta name ="twitter:title " content ="Tempo Developers " />
1515 < meta name ="twitter:description " content ="The only blockchain designed for payments. Sub-second transactions, sub-cent fees. " />
1616 < meta property ="twitter:image " content ="/api/og?title=Tempo&description=The%20only%20blockchain%20designed%20for%20payments.%20Sub-second%20transactions%2C%20sub-cent%20fees.§ion=BUILD&v=2 " />
1717 < link rel ="icon " href ="/favicon-dark.svg " media ="(prefers-color-scheme: dark) " type ="image/svg+xml " />
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async function marketingRouteCopiesForBuild() {
8282
8383const routeMetadata : Record < string , { title : string ; description : string } > = {
8484 '/' : {
85- title : 'Tempo' ,
85+ title : 'Tempo Developers ' ,
8686 description :
8787 'The only blockchain designed for payments. Sub-second transactions, sub-cent fees.' ,
8888 } ,
@@ -127,7 +127,7 @@ function marketingMetadata(route: string) {
127127 return (
128128 blogRouteMetadata . get ( route ) ??
129129 routeMetadata [ route ] ?? {
130- title : ` ${ titleCaseRoute ( route ) } ⋅ Tempo` ,
130+ title : titleCaseRoute ( route ) ?? ' Tempo' ,
131131 description : 'Build payment products on Tempo with stablecoins and predictable settlement.' ,
132132 }
133133 )
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ export default defineConfig({
2626 link : 'https://github.com/tempoxyz/docs/edit/main/src/pages/:path' ,
2727 text : 'Suggest changes to this page' ,
2828 } ,
29- title : 'Tempo' ,
30- titleTemplate : '%s ⋅ Tempo ' ,
29+ title : 'Tempo Developers ' ,
30+ titleTemplate : '%s' ,
3131 description : 'Documentation for the Tempo network and protocol specifications' ,
3232 renderStrategy : 'partial-static' ,
3333 feedback : createFeedbackAdapter ( ) ,
You can’t perform that action at this time.
0 commit comments