Skip to content

Commit

Permalink
Remove OSF Override
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Mar 13, 2024
1 parent d65be05 commit 37b156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Layout from "../layouts/Layout.astro";
</p>
</Layout>
<script>
const manualOverride = "https://www.twitch.tv/firstwa_red1";
const manualOverride = "";
if (manualOverride) {
location.href = manualOverride;
} else {
Expand Down

0 comments on commit 37b156a

Please sign in to comment.