feat: update navigation link for club payments in dashboard and enhance error handling in Home view
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 51s

This commit is contained in:
Torsten Schulz (local)
2026-07-22 16:17:19 +02:00
parent e38f2c2e19
commit 46079fc16e
6 changed files with 80 additions and 39 deletions

9
docs/tt-club.de.conf Normal file
View File

@@ -0,0 +1,9 @@
# HTTP: www.tt-club.de und tt-club.de -> HTTPS
<VirtualHost *:80>
ServerName www.tt-club.de
Redirect permanent / https://tt-club.de/
</VirtualHost>
<VirtualHost *:80>
ServerName tt-club.de
Redirect permanent / https://tt-club.de/
</VirtualHost>