You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default: "Vapi Chat Demo | Professional Voice AI Assistant Interface",
27
+
template: "%s | Vapi AI",
28
+
},
29
+
description:
30
+
"Experience the future of conversational AI with Vapi's professional chat demo. Built with Next.js and the latest AI SDK for seamless voice assistant interactions.",
title: "Vapi Chat Demo | Professional Voice AI Assistant Interface",
57
+
description:
58
+
"Experience the future of conversational AI with Vapi's professional chat demo. Built with Next.js and the latest AI SDK for seamless voice assistant interactions.",
59
+
},
60
+
twitter: {
61
+
card: "summary_large_image",
62
+
site: "@vapi_ai",
63
+
creator: "@vapi_ai",
64
+
title: "Vapi Chat Demo | Professional Voice AI Assistant Interface",
65
+
description:
66
+
"Experience the future of conversational AI with Vapi's professional chat demo.",
67
+
},
68
+
robots: {
69
+
index: true,
70
+
follow: true,
71
+
googleBot: {
72
+
index: true,
73
+
follow: true,
74
+
"max-video-preview": -1,
75
+
"max-image-preview": "large",
76
+
"max-snippet": -1,
77
+
},
78
+
},
79
+
manifest: "/site.webmanifest",
80
+
other: {
81
+
"msapplication-TileColor": "#000000",
82
+
"theme-color": "#ffffff",
83
+
},
18
84
};
19
85
20
86
exportdefaultfunctionRootLayout({
@@ -23,11 +89,27 @@ export default function RootLayout({
0 commit comments