Skip to content

Commit dfec994

Browse files
committed
Add redirect page and link for Rust Summit
1 parent da78e4e commit dfec994

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
{
2323
"name": "C API Summit",
2424
"path": "/programme/c-api-summit"
25+
},
26+
{
27+
"name": "Rust Summit",
28+
"path": "/programme/rust-summit"
2529
}
2630
]
2731
},

src/pages/rust-summit.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "/programme/rust-summit/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/rust-summit/">
7+
</noscript>

0 commit comments

Comments
 (0)