From ae833ff20b3335a78a5756c0135da2a878f31118 Mon Sep 17 00:00:00 2001 From: Ben Outram Date: Tue, 16 Jan 2024 16:20:46 +0000 Subject: [PATCH] Add robots meta tag (#78) --- chatbot-ui/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/chatbot-ui/pages/_app.tsx b/chatbot-ui/pages/_app.tsx index 8ded982..98ead7f 100644 --- a/chatbot-ui/pages/_app.tsx +++ b/chatbot-ui/pages/_app.tsx @@ -7,6 +7,7 @@ function App({ Component, pageProps }: AppProps) { <> Chatbot prototype +