Initial Astro redesign and deploy workflow

This commit is contained in:
2026-04-06 13:00:53 +02:00
parent 5753258ce9
commit aec24d92b6
42 changed files with 8176 additions and 51 deletions
+7 -2
View File
@@ -12,6 +12,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.3"
"@astrojs/react": "^5.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.3",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}
}