Serve routes without .html file extension

This commit is contained in:
thiloho
2024-09-07 18:22:58 +02:00
parent 6a7e64ccaf
commit 9a8a333823
7 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
title: string;
favicon: string;
nestingLevel?: number;
metaDescription: string | null;
metaDescription?: string | null;
} = $props();
</script>