From 1b52b63d283c310f6653207c9a1474d8dadedca2 Mon Sep 17 00:00:00 2001 From: Derek <256792747+decofe@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:27:35 +0000 Subject: [PATCH] Remove docs title suffix --- src/marketing/index.html | 8 ++++---- vite.marketing.config.ts | 4 ++-- vocs.config.ts | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/marketing/index.html b/src/marketing/index.html index 622914cf..f451cec4 100644 --- a/src/marketing/index.html +++ b/src/marketing/index.html @@ -3,15 +3,15 @@ - Tempo + Tempo Developers - - + + - + diff --git a/vite.marketing.config.ts b/vite.marketing.config.ts index a983848b..d2deed8d 100644 --- a/vite.marketing.config.ts +++ b/vite.marketing.config.ts @@ -82,7 +82,7 @@ async function marketingRouteCopiesForBuild() { const routeMetadata: Record = { '/': { - title: 'Tempo', + title: 'Tempo Developers', description: 'The only blockchain designed for payments. Sub-second transactions, sub-cent fees.', }, @@ -127,7 +127,7 @@ function marketingMetadata(route: string) { return ( blogRouteMetadata.get(route) ?? routeMetadata[route] ?? { - title: `${titleCaseRoute(route)} ⋅ Tempo`, + title: titleCaseRoute(route) ?? 'Tempo', description: 'Build payment products on Tempo with stablecoins and predictable settlement.', } ) diff --git a/vocs.config.ts b/vocs.config.ts index 93fd9b04..96a3d167 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -26,8 +26,8 @@ export default defineConfig({ link: 'https://github.com/tempoxyz/docs/edit/main/src/pages/:path', text: 'Suggest changes to this page', }, - title: 'Tempo', - titleTemplate: '%s ⋅ Tempo', + title: 'Tempo Developers', + titleTemplate: '%s', description: 'Documentation for the Tempo network and protocol specifications', renderStrategy: 'partial-static', feedback: createFeedbackAdapter(),