Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const robotoMono = Roboto_Mono({

export const metadata: Metadata = {
title: 'Deeploy',
description: 'Fast app deployment & go-to-market',
description: 'The Ratio1 dApp for Cloud Service Providers to deploy, manage, and orchestrate applications and AI workloads across the Ratio1 network.',
};

export default function RootLayout({ children }: { children: ReactNode }) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function isParentRoute(route: AppRoute): route is ParentRoute {
export const routeInfo = {
[routePath.home]: {
title: 'Deeploy',
description: 'Fast app deployment & go-to-market',
description: 'The Ratio1 dApp for Cloud Service Providers to deploy, manage, and orchestrate applications and AI workloads across the Ratio1 network.',
routeTitle: 'Home',
},
[routePath.deeploys]: {
Expand Down