Add 'Spielplan' links to Navigation component; update index page to include 'Spielplan' section; enhance 'spielplaene' page with filtering, loading states, and error handling for improved user experience.
This commit is contained in:
@@ -16,7 +16,8 @@ export default defineEventHandler(async (event) => {
|
||||
const allowedFiles = [
|
||||
'vereinsmeisterschaften.csv',
|
||||
'mannschaften.csv',
|
||||
'termine.csv'
|
||||
'termine.csv',
|
||||
'spielplan.csv'
|
||||
]
|
||||
|
||||
if (!allowedFiles.includes(filename)) {
|
||||
|
||||
Reference in New Issue
Block a user