Skip to content

Commit

Permalink
fix seo
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Jul 21, 2024
1 parent 3a78290 commit afc332d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
4 changes: 1 addition & 3 deletions components/PrizesStrip.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ const PrizesStrip = () => {
2× 1 month TryHackMe Premium vouchers
</a>{" "}
</li>
<li>
6th-10th place: $40
</li>
<li>6th-10th place: $40</li>
</ul>
<br />
<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"next": "12.1.6",
"next-seo": "^5.5.0",
"next-seo": "^6.5.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
36 changes: 18 additions & 18 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@ export default function Home() {

return (
<div>
<NextSeo
title="Home | LA CTF"
description="LA CTF is a jeopardy-style capture-the-flag (CTF) cybersecurity competition hosted by ACM Cyber at UCLA & Psi Beta Rho!"
openGraph={{
images: [
{
url: "https://lac.tf/images/mountains-logo.gif",
width: 990,
height: 555,
alt: "LA CTF logo",
},
],
site_name: "LA CTF",
}}
twitter={{
cardType: "summary_large_image",
}}
/>
<Head>
<NextSeo
title="Home | LA CTF"
description="LA CTF is a jeopardy-style capture-the-flag (CTF) cybersecurity competition hosted by ACM Cyber at UCLA & Psi Beta Rho!"
openGraph={{
images: [
{
url: "https://lac.tf/images/mountains-logo.gif",
width: 990,
height: 555,
alt: "LA CTF logo",
},
],
site_name: "LA CTF",
}}
twitter={{
cardType: "summary_large_image",
}}
/>
<link rel="canonical" href="https://lac.tf" />
</Head>
<Navbar />
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ __metadata:
eslint-config-next: 12.1.6
husky: ^8.0.1
next: 12.1.6
next-seo: ^5.5.0
next-seo: ^6.5.0
prettier: ^2.7.1
react: 18.2.0
react-dom: 18.2.0
Expand Down Expand Up @@ -2238,14 +2238,14 @@ __metadata:
languageName: node
linkType: hard

"next-seo@npm:^5.5.0":
version: 5.5.0
resolution: "next-seo@npm:5.5.0"
"next-seo@npm:^6.5.0":
version: 6.5.0
resolution: "next-seo@npm:6.5.0"
peerDependencies:
next: ^8.1.1-canary.54 || >=9.0.0
react: ">=16.0.0"
react-dom: ">=16.0.0"
checksum: 3202c4e84db533ad116d629482e766eb954053d5630275eb75c3e4234cf3ae354e4c2284a7659c0480570670f292b122ee3d11e9b2f23588030d0d5b1f9cb37d
checksum: 744e49cae31debc5117f35132b6929edd68b3469eed238fbd8d4888cd22a32a67e780688265311d27311936d4d9dab5c1408536ad87c73e4c293701e5213130c
languageName: node
linkType: hard

Expand Down

0 comments on commit afc332d

Please sign in to comment.