Skip to content

Commit

Permalink
About redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragzq committed Dec 27, 2023
1 parent 137546e commit 500a719
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const description = "ML@Purdue Website";
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- <meta name="generator" content={generator} /> -->

<meta http-equiv="refresh" content="3; URL=https://jacob-zietek.notion.site/cb2f4b5c6c9a46d584ffbab4eb322336?v=9b9044caf9f243e1803d058673700963" /></head>
<title>ML@Purdue - Events</title>
<meta name="description" content={description} />

Expand All @@ -30,6 +30,9 @@ const description = "ML@Purdue Website";
<body
class="h-full overflow-x-hidden bg-default text-default text-base selection:bg-secondary selection:text-white"
>
<script>
window.location.href = "https://jacob-zietek.notion.site/cb2f4b5c6c9a46d584ffbab4eb322336?v=9b9044caf9f243e1803d058673700963";
</script>
<Header fixed />
<article class="mx-auto mt-20 w-[90vw] max-w-[80ch]">
<MLPurdueAbout />
Expand Down

0 comments on commit 500a719

Please sign in to comment.