fix: replace relative URLs with production domain in references

- Changed /?lang=en and /?lang=es to full https://juan.andres.morenorub.io URLs
- Changed /static/pdf paths to absolute URLs with production domain
- Prevents localhost URLs from appearing in downloaded/shared CVs
- Affects both English and Spanish versions
This commit is contained in:
juanatsap
2025-11-11 09:04:17 +00:00
parent 89fa58e84c
commit d20c7ec319
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -895,14 +895,14 @@
},
{
"title": "Curriculum Vitae in PDF in Spanish",
"url": "/?lang=es",
"url": "https://juan.andres.morenorub.io/?lang=es",
"type": "cv",
"textBefore": "Curriculum Vitae in PDF in",
"linkText": "Spanish"
},
{
"title": "Download this curriculum in English",
"url": "/static/pdf/clean/short/cv-jamr-2025-en.pdf",
"url": "https://juan.andres.morenorub.io/static/pdf/clean/short/cv-jamr-2025-en.pdf",
"type": "cv",
"textBefore": "Download this curriculum in",
"linkText": "English"
+2 -2
View File
@@ -900,14 +900,14 @@
},
{
"title": "Currículum Vitae en PDF en Inglés",
"url": "/?lang=en",
"url": "https://juan.andres.morenorub.io/?lang=en",
"type": "cv",
"textBefore": "Currículum Vitae en PDF en",
"linkText": "Inglés"
},
{
"title": "Descargar este currículum en Español",
"url": "/static/pdf/clean/short/cv-jamr-2025-es.pdf",
"url": "https://juan.andres.morenorub.io/static/pdf/clean/short/cv-jamr-2025-es.pdf",
"type": "cv",
"textBefore": "Descargar este currículum en",
"linkText": "Español"