Merge pull request #17 from Code-Victor/feat/improve-seo
Feat/improve seo
This commit is contained in:
commit
cfa9485e97
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
11
frontend/app/icon.svg
Normal file
11
frontend/app/icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 17 KiB |
@ -11,7 +11,22 @@ import "./globals.css"
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Sandbox",
|
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({
|
export default function RootLayout({
|
||||||
|
1
frontend/app/opengraph-image.alt.txt
Normal file
1
frontend/app/opengraph-image.alt.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
About Sandbox by Gitwit
|
BIN
frontend/app/opengraph-image.png
Normal file
BIN
frontend/app/opengraph-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 465 KiB |
Loading…
x
Reference in New Issue
Block a user