fix(Landing): fix layout brake

This commit is contained in:
Alexander Navarro 2024-03-17 20:15:48 -03:00
parent 0092f28101
commit 66d337255c
6 changed files with 471 additions and 456 deletions

View file

@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"localize": "astro-i18next generate"
},
"dependencies": {
"@astrojs/react": "^3.0.7",