From e8b806f45dbb037470b8720e75a51a3cceb2194c Mon Sep 17 00:00:00 2001 From: kritzl Date: Tue, 22 Sep 2026 15:07:23 +0200 Subject: [PATCH] add redirects for current event --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5075a9f..1642880 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,5 +11,9 @@ export default defineConfig({ vite: { plugins: [tailwindcss()] }, - base: '/' + base: '/', + redirects: { + "/programm": "/hamburg/2026/programm", + "/wer": "/hamburg/2026/wer" + } }); \ No newline at end of file