Skip to content

Commit

Permalink
Add /party redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed Feb 24, 2024
1 parent ea09bf4 commit b826d4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/party/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script lang='ts'>
import { browser } from '$app/environment'
if (browser) {
window.location.href = 'https://www.acmicpc.net/contest/view/1247'
}
</script>

0 comments on commit b826d4e

Please sign in to comment.