Fix #5 - Mejoras SEO #8

Merged
giacchetta merged 5 commits from 5-mejoras-seo into main 2025-06-16 18:56:05 -03:00
2 changed files with 12 additions and 7 deletions
Showing only changes of commit f3e6743551 - Show all commits

13
package-lock.json generated
View File

@ -9,8 +9,10 @@
"version": "0.0.1",
"dependencies": {
"astro": "^5.9.2",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3"
"bootstrap": "^5.3.6"
},
"devDependencies": {
"bootstrap-icons": "^1.13.1"
}
},
"node_modules/@astrojs/compiler": {
@ -1682,9 +1684,10 @@
}
},
"node_modules/bootstrap-icons": {
"version": "1.11.3",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz",
"integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==",
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz",
"integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==",
"dev": true,
"funding": [
{
"type": "github",

View File

@ -10,7 +10,9 @@
},
"dependencies": {
"astro": "^5.9.2",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3"
"bootstrap": "^5.3.6"
},
"devDependencies": {
"bootstrap-icons": "^1.13.1"
}
}