Skip to content

Commit a670bcf

Browse files
committed
fix(deployment): fixed deployment errors
1 parent 52104e1 commit a670bcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ export const metadata: Metadata = {
9292
canonical: 'https://communityofcoders.in',
9393
},
9494
verification: {
95-
google: 'add-your-google-site-verification-here',
95+
google: 'google4bec5d0570054012.html',
9696
},
9797
category: 'technology',
9898
classification: 'Education & Technology',
9999
other: {
100-
'google-site-verification': 'add-your-google-site-verification-here',
100+
'google-site-verification': 'google4bec5d0570054012.html',
101101
'msvalidate.01': 'add-your-bing-site-verification-here',
102102
}
103103
};

app/schema.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ export const websiteSchema = {
22
"@context": "https://schema.org",
33
"@type": "WebSite",
44
"name": "Community of Coders VJTI",
5-
"url": "https://coc-landing.vercel.app",
5+
"url": "https://communityofcoders.in",
66
"potentialAction": {
77
"@type": "SearchAction",
8-
"target": "https://coc-landing.vercel.app/search?q={search_term_string}",
8+
"target": "https://communityofcoders.in/search?q={search_term_string}",
99
"query-input": "required name=search_term_string"
1010
}
1111
};
@@ -14,8 +14,8 @@ export const organizationSchema = {
1414
"@context": "https://schema.org",
1515
"@type": "Organization",
1616
"name": "Community of Coders VJTI",
17-
"url": "https://coc-landing.vercel.app",
18-
"logo": "https://coc-landing.vercel.app/logo.png",
17+
"url": "https://communityofcoders.in",
18+
"logo": "https://communityofcoders.in/logo.png",
1919
"sameAs": [
2020
"https://www.linkedin.com/company/community-of-coders-vjti",
2121
"https://github.com/Community-Of-Coders"

0 commit comments

Comments
 (0)