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:
+2
-2
@@ -895,14 +895,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Curriculum Vitae in PDF in Spanish",
|
"title": "Curriculum Vitae in PDF in Spanish",
|
||||||
"url": "/?lang=es",
|
"url": "https://juan.andres.morenorub.io/?lang=es",
|
||||||
"type": "cv",
|
"type": "cv",
|
||||||
"textBefore": "Curriculum Vitae in PDF in",
|
"textBefore": "Curriculum Vitae in PDF in",
|
||||||
"linkText": "Spanish"
|
"linkText": "Spanish"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Download this curriculum in English",
|
"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",
|
"type": "cv",
|
||||||
"textBefore": "Download this curriculum in",
|
"textBefore": "Download this curriculum in",
|
||||||
"linkText": "English"
|
"linkText": "English"
|
||||||
|
|||||||
+2
-2
@@ -900,14 +900,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Currículum Vitae en PDF en Inglés",
|
"title": "Currículum Vitae en PDF en Inglés",
|
||||||
"url": "/?lang=en",
|
"url": "https://juan.andres.morenorub.io/?lang=en",
|
||||||
"type": "cv",
|
"type": "cv",
|
||||||
"textBefore": "Currículum Vitae en PDF en",
|
"textBefore": "Currículum Vitae en PDF en",
|
||||||
"linkText": "Inglés"
|
"linkText": "Inglés"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Descargar este currículum en Español",
|
"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",
|
"type": "cv",
|
||||||
"textBefore": "Descargar este currículum en",
|
"textBefore": "Descargar este currículum en",
|
||||||
"linkText": "Español"
|
"linkText": "Español"
|
||||||
|
|||||||
Reference in New Issue
Block a user