Remove empty index page redirect and delete localized service pages for English, Italian, and Dutch, further streamlining the codebase.

This commit is contained in:
2025-06-04 01:25:57 +02:00
parent 7ddbe42fc0
commit f564412fee
4 changed files with 1 additions and 109 deletions

View File

@@ -1,4 +1 @@
---
// Redirect to English version
return Astro.redirect('/en');
---
// ... file is now empty, no redirect ...