Spaces:
Paused
Paused
Commit
·
019db90
1
Parent(s):
2c7c9ec
Update app/layout.tsx
Browse files- app/layout.tsx +2 -2
app/layout.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
export const metadata = {
|
2 |
-
title: '
|
3 |
-
description: '
|
4 |
}
|
5 |
|
6 |
export default function RootLayout({
|
|
|
1 |
export const metadata = {
|
2 |
+
title: 'monacopilot',
|
3 |
+
description: 'monaco-editor and copilot',
|
4 |
}
|
5 |
|
6 |
export default function RootLayout({
|