diff --git a/frontend/app/favicon.ico b/frontend/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/frontend/app/favicon.ico and /dev/null differ diff --git a/frontend/app/icon.svg b/frontend/app/icon.svg new file mode 100644 index 0000000..4d98634 --- /dev/null +++ b/frontend/app/icon.svg @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 57f5c17..dd63c9e 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -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({ diff --git a/frontend/app/opengraph-image.alt.txt b/frontend/app/opengraph-image.alt.txt new file mode 100644 index 0000000..e1a5734 --- /dev/null +++ b/frontend/app/opengraph-image.alt.txt @@ -0,0 +1 @@ +About Sandbox by Gitwit \ No newline at end of file diff --git a/frontend/app/opengraph-image.png b/frontend/app/opengraph-image.png new file mode 100644 index 0000000..5eab75d Binary files /dev/null and b/frontend/app/opengraph-image.png differ