Skip to content

Commit 92b1be6

Browse files
committed
feat: Add AV internal link redirects for 2025
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.
1 parent 5684396 commit 92b1be6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

astro.config.mjs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,20 @@ 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": "https://overlays.gbdl.in/ep-forum-hall/scene-schedule.html",
127+
"/break/north-hall": "https://overlays.gbdl.in/ep-north-hall/scene-schedule.html",
128+
"/break/south-hall-2a": "https://overlays.gbdl.in/ep-south-hall-2a/scene-schedule.html",
129+
"/break/south-hall-2b": "https://overlays.gbdl.in/ep-south-hall-2b/scene-schedule.html",
130+
"/break/terrace-2a": "https://overlays.gbdl.in/ep-terrace-2a/scene-schedule.html",
131+
"/break/terrace-2b": "https://overlays.gbdl.in/ep-terrace-2b/scene-schedule.html",
132+
// For AV team internal use: VDO ninja screen share
133+
"/ninja/forum-hall": "https://vdo.ninja/?room=EuroPython_2025_Forum_Hall&hash=338a&do",
134+
"/ninja/north-hall": "https://vdo.ninja/?room=EuroPython_2025_North_Hall&hash=338a&do",
135+
"/ninja/south-hall-2a": "https://vdo.ninja/?room=EuroPython_2025_Southhall_2A&hash=338a&do",
136+
"/ninja/south-hall-2b": "https://vdo.ninja/?room=EuroPython_2025_Southhall_2B&hash=338a&do",
137+
"/ninja/terrace-2a": "https://vdo.ninja/?room=EuroPython_2025_Terrace_2A&hash=338a&do",
138+
"/ninja/terrace-2b": "https://vdo.ninja/?room=EuroPython_2025_Terrace_2B&hash=338a&do",
125139
},
126140
integrations: [
127141
mdx(),

0 commit comments

Comments
 (0)