Skip to content

Commit

Permalink
Add bunnybots override
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Dec 16, 2023
1 parent ab35440 commit 270fa3e
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 @@ -39,7 +39,7 @@ import Layout from "../layouts/Layout.astro";
</p>
</Layout>
<script>
const manualOverride = "";
const manualOverride = "https://www.youtube.com/live/QxP-tWoO42E";
if (manualOverride) {
location.href = manualOverride;
}
Expand Down

0 comments on commit 270fa3e

Please sign in to comment.