Replies: 1 comment
-
Done in #1033 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To avoid repeating
new URL(path, APP_BASE_URL)
aroundCould be a feature of
ngx-meta
. Checkout davidlj95/ngx#252Though to take into consideration that we have several emoji URLs whose canonical one is a string. Like
/📅
canonical is/calendar
. So could be useful to use a path ascanonicalUrl
in metadata. Then the library to read someAPP_BASE_URL
to form the proper URL.Beta Was this translation helpful? Give feedback.
All reactions