Merge pull request #17 from Code-Victor/feat/improve-seo

Feat/improve seo
This commit is contained in:
James Murdza 2025-01-08 09:07:43 -08:00 committed by GitHub
commit cfa9485e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 28 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

11
frontend/app/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -11,7 +11,22 @@ import "./globals.css"
export const metadata: Metadata = {
title: "Sandbox",
description: "A collaborative, AI-powered cloud code editing environment",
description:
"an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat",
openGraph: {
type: "website",
url: "https://sandbox.gitwit.dev",
title: "Sandbox",
description:
"an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat",
},
twitter: {
site: "https://sandbox.gitwit.dev",
title: "Sandbox by Gitwit",
description:
"an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat",
creator: "@gitwitdev",
},
}
export default function RootLayout({

View File

@ -0,0 +1 @@
About Sandbox by Gitwit

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB