Skip to content

Commit

Permalink
Update carousel data URLs to use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Feb 5, 2025
1 parent fd6781e commit d83b382
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/components/home/MainCarousel/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
{
"id": "0001",
"src": "/assets/featured/review-2024.png",
"target": "_blank",
"url": "https://www.carrismetropolitana.pt/viagem-2024"
"url": "/viagem-2024"
},
{
"id": "0002",
"src": "/assets/featured/tempo-real.png",
"target": "_blank",
"url": "https://www.carrismetropolitana.pt/news/27134"
"url": "/news/27134"
},
{
"id": "0003",
Expand Down

0 comments on commit d83b382

Please sign in to comment.