Spaces:
Running
Running
Commit
·
3c95983
1
Parent(s):
5abe94d
chore: set metadataBase URL for application
Browse files- Added metadataBase URL to the metadata object in layout.tsx for proper Open Graph integration.
- app/layout.tsx +1 -0
app/layout.tsx
CHANGED
@@ -10,6 +10,7 @@ import Script from "next/script";
|
|
10 |
const inter = Inter({ subsets: ["latin"] });
|
11 |
|
12 |
export const metadata: Metadata = {
|
|
|
13 |
title: "Scira MCP Chat",
|
14 |
description: "Scira MCP Chat is a minimalistic MCP client with a good feature set.",
|
15 |
openGraph: {
|
|
|
10 |
const inter = Inter({ subsets: ["latin"] });
|
11 |
|
12 |
export const metadata: Metadata = {
|
13 |
+
metadataBase: new URL("https://mcp.scira.ai"),
|
14 |
title: "Scira MCP Chat",
|
15 |
description: "Scira MCP Chat is a minimalistic MCP client with a good feature set.",
|
16 |
openGraph: {
|