for slightly pages
<a href="/content/brand/us/en/test.html"></a>
will be rewritten as
<a href="/test.html"></a>
by using below rule in resource resolver factory config / mappings
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
I think this is expected, the reason why you are seeing the desired render in the HTML is because of the "Day CQ Link Checker Transformer" uses the map() function as explained here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/overview/seo-and...
But the "linkTransformer" is not being used as part of the SPA editor, but there might be a "workaround" described in the following thread. Please check it out: https://github.com/adobe/aem-spa-project-archetype/issues/86#issuecomment-501672052. If this doesn’t work for your use case, I think you might have to do some string manipulation.
Hope this helps
Views
Replies
Total Likes
Hi,
I think this is expected, the reason why you are seeing the desired render in the HTML is because of the "Day CQ Link Checker Transformer" uses the map() function as explained here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/overview/seo-and...
But the "linkTransformer" is not being used as part of the SPA editor, but there might be a "workaround" described in the following thread. Please check it out: https://github.com/adobe/aem-spa-project-archetype/issues/86#issuecomment-501672052. If this doesn’t work for your use case, I think you might have to do some string manipulation.
Hope this helps
Views
Replies
Total Likes
Views
Likes
Replies