feat: add handling of external linking in My Pages Navigation

This commit is contained in:
Arvid Norlin
2024-05-03 10:33:35 +02:00
parent ff8053c13a
commit bfaacd7b5d
5 changed files with 18 additions and 5 deletions

View File

@@ -5,4 +5,7 @@ fragment ContentPageLink on ContentPage {
}
title
url
web {
original_url
}
}

View File

@@ -5,4 +5,7 @@ fragment LoyaltyPageLink on LoyaltyPage {
}
title
url
web {
original_url
}
}