Skip to content

Commit 9513a39

Browse files
authored
Merge branch 'main' into geeta_issue#406
2 parents 188777e + 4bfdd81 commit 9513a39

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

src/pages/alan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from "react";
22

3-
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
3+
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}`;
44

55
function AlanAIComponent() {
66
useEffect(() => {

src/pages/index.js

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,33 @@ export default function Main() {
77
<>
88
<Head>
99
<title>DevsInTech</title>
10-
<meta name="description" content="DevsInTech Community website" />
10+
<meta name="description" content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space." />
11+
{/* Primary Meta Tags */}
12+
<meta name="title" content="DevsInTech" />
13+
<meta
14+
name="description"
15+
content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
16+
/>
17+
<meta name="language" content="en" />
18+
<meta name="keywords" content="DevsInTech, community, developers, tech professionals, enthusiasts, open source community, opportunities, workshops, webinars, industry experts, programming languages, frameworks, software development methodologies, emerging technologies, tech talks, panel discussions, latest trends, best practices, real-world experiences, valuable insights, inspiring conversations, networking, community events, meetups, conferences, idea sharing, collaboration, professional relationships." />
19+
<meta name="author" content="DevsInTech" />
20+
<meta name="robots" content="index, follow" />
21+
<meta name="revisit-after" content="7 days" />
22+
23+
{/* Open Graph / Facebook */}
24+
<meta property="og:type" content="website" />
25+
<meta property="og:site_name" content="DevsInTech" />
26+
<meta property="og:url" content="https://devsintech.vercel.app/" />
27+
<meta property="og:title" content="DevsInTech" />
28+
<meta
29+
property="og:description"
30+
content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
31+
/>
32+
<meta property="og:image" content="https://github.com/devs-in-tech/DevsInTech/assets/56786344/557c4bbc-0141-4225-9eff-a5d1d0af95e4" />
33+
34+
{/* Twitter */}
35+
<meta name="twitter:card" content="summary_large_image" />
36+
<meta property="twitter:url" content="https://devsintech.vercel.app/" />
1137
<link rel="icon" href="/logo2.png" />
1238
</Head>
1339
<Home />

0 commit comments

Comments
 (0)