hlxsites / vg-macktrucks-com

Franklin site for https://www.macktrucks.com
Apache License 2.0
1 stars 27 forks source link

Magazine has incorrect URL in Teaser Grid #743

Closed cogniSyb closed 2 weeks ago

cogniSyb commented 2 weeks ago

Issue Type

Bug

Summary

[teaser-grid] uses incorrect value for URL

Priority

High

Description

The block uses the text of the link that’s provided instead of the href attribute

Affected Device Classes

Mobile, Tablet, Desktop

Affected Browsers/Devices and Versions

All

Steps to Reproduce

  1. Navigate to https://www.macktrucks.co.nz/magazine/
  2. Follow one of the links in the teaser grid

Expected Results

The URL should be /magazine/articles/2022/october/hanson-s-metroliner-takes-mining-to-a-new-level

Actual Results

The URL is https://main--vg-macktrucks-co-nz--hlxsites.hlx.page/magazine/articles/2022/october/hanson-s-metroliner-takes-mining-to-a-new-level

Attachment

The URL correct in the source, but the text of the link was wrong:

Screenshot 2024-06-12 at 19 27 00
girishdigrajkar commented 2 weeks ago

Validated by changing the display text other than the link and able to get the correct results i.e. href link is used for navigation hence, closing the issue.

image