Skip to content

Commit

Permalink
Set page title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrl committed Feb 15, 2024
1 parent cc356f3 commit 7c93560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ import TropicalImage from "../components/TropicalImage";
import PrizesStrip from "../components/PrizesStrip";
import SponsorsStrip from "../components/Sponsors";

export const metadata = {
title: "LA CTF",
description:
"LA CTF hosted by ACM Cyber & Psi Beta Rho! Website for the largest annual cybersecurity competition at UCLA! Whether you are tackling your first exploit or have professional experience, there will be challenges just right for you!",
};

export default function Home() {
// there's a really weird bug in Safari where clip paths
// won't show on first load so we force a CSS reflow here
Expand Down

0 comments on commit 7c93560

Please sign in to comment.