feat(Content): Add content for "about me" in en/es

This commit is contained in:
Alexander Navarro 2024-04-02 10:54:31 -03:00
parent 6300f045ff
commit b30d0e6864
12 changed files with 191 additions and 22 deletions

View file

@ -8,7 +8,8 @@
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@assets/*": ["src/assets/*"]
"@assets/*": ["src/assets/*"],
"@locales/*": ["public/locales/*"]
},
"plugins": [
{