Some checks failed
Deploy production / build-deploy (push) Failing after 56s
- Remplace l'ancien Astro hybrid + admin par un site one-page statique (sortie static) - Thème clair/sombre sans flash, contenu typé (src/data/content.ts), zéro admin - Icônes simple-icons (SVG monochrome), polices auto-hébergées (RGPD) - SEO complet : canonical, Open Graph, Twitter Card, JSON-LD Person, robots.txt, sitemap.xml, image OG 1200x630 - CI Gitea de déploiement FTPS vers Plesk (.gitea/workflows/prod.yml)
24 lines
431 B
JSON
24 lines
431 B
JSON
{
|
|
"name": "portfolio",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"engines": {
|
|
"node": ">=18.20.8"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.1.8",
|
|
"simple-icons": "^13.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.8",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|