Content-Anpassungen #24
1 changed files with 5 additions and 1 deletions
commit
e8b806f45d
|
|
@ -11,5 +11,9 @@ export default defineConfig({
|
|||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
},
|
||||
base: '/'
|
||||
base: '/',
|
||||
redirects: {
|
||||
"/programm": "/hamburg/2026/programm",
|
||||
"/wer": "/hamburg/2026/wer"
|
||||
}
|
||||
});
|
||||
Loading…
Reference in a new issue