Skip to content

Commit 82544e0

Browse files
committed
Replaced metadescription
1 parent 2b82f01 commit 82544e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const robotoMono = Roboto_Mono({
1717

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

2323
export default function RootLayout({ children }: { children: ReactNode }) {

src/lib/routes/routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function isParentRoute(route: AppRoute): route is ParentRoute {
2424
export const routeInfo = {
2525
[routePath.home]: {
2626
title: 'Deeploy',
27-
description: 'Fast app deployment & go-to-market',
27+
description: 'The Ratio1 dApp for Cloud Service Providers to deploy, manage, and orchestrate applications and AI workloads across the Ratio1 network.',
2828
routeTitle: 'Home',
2929
},
3030
[routePath.deeploys]: {

0 commit comments

Comments
 (0)