refactor(site): english-only, remove i18n machinery

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent 203a6da387
commit e381484022
20 changed files with 83 additions and 771 deletions
+2 -4
View File
@@ -9,8 +9,7 @@
"prebuild": "node scripts/copy-install.mjs",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "vitest run"
"check": "astro check"
},
"dependencies": {
"astro": "^5.0.0",
@@ -19,7 +18,6 @@
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0",
"vitest": "^2.1.0"
"typescript": "^5.6.0"
}
}