Skip to content

Commit 80daa71

Browse files
feat: Add AV internal link redirects for 2025 (#1403)
AV team needs some nicer URLs for internal stuff, to be exact: - Links for break screens for projector screens - Links for speakers to join in scene share, as a backup for the HDMI cable. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5684396 commit 80daa71

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

astro.config.mjs

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,32 @@ export default defineConfig({
122122
"/programme/c-api-summit": "/session/c-api-summit",
123123
"/programme/wasm-summit": "/session/webassembly-summit",
124124
"/discord": "https://discord.gg/BhTN2zJPMh",
125+
// For AV team internal use: break screens
126+
"/break/forum-hall":
127+
"https://overlays.gbdl.in/ep-forum-hall/scene-schedule.html",
128+
"/break/north-hall":
129+
"https://overlays.gbdl.in/ep-north-hall/scene-schedule.html",
130+
"/break/south-hall-2a":
131+
"https://overlays.gbdl.in/ep-south-hall-2a/scene-schedule.html",
132+
"/break/south-hall-2b":
133+
"https://overlays.gbdl.in/ep-south-hall-2b/scene-schedule.html",
134+
"/break/terrace-2a":
135+
"https://overlays.gbdl.in/ep-terrace-2a/scene-schedule.html",
136+
"/break/terrace-2b":
137+
"https://overlays.gbdl.in/ep-terrace-2b/scene-schedule.html",
138+
// For AV team internal use: VDO ninja screen share
139+
"/ninja/forum-hall":
140+
"https://vdo.ninja/?room=EuroPython_2025_Forum_Hall&hash=338a&do",
141+
"/ninja/north-hall":
142+
"https://vdo.ninja/?room=EuroPython_2025_North_Hall&hash=338a&do",
143+
"/ninja/south-hall-2a":
144+
"https://vdo.ninja/?room=EuroPython_2025_Southhall_2A&hash=338a&do",
145+
"/ninja/south-hall-2b":
146+
"https://vdo.ninja/?room=EuroPython_2025_Southhall_2B&hash=338a&do",
147+
"/ninja/terrace-2a":
148+
"https://vdo.ninja/?room=EuroPython_2025_Terrace_2A&hash=338a&do",
149+
"/ninja/terrace-2b":
150+
"https://vdo.ninja/?room=EuroPython_2025_Terrace_2B&hash=338a&do",
125151
},
126152
integrations: [
127153
mdx(),

0 commit comments

Comments
 (0)