-
-
Notifications
You must be signed in to change notification settings - Fork 31
feat: replace twitter with x #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replace twitter with x #389
Conversation
✅ Deploy Preview for angular-hub ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ab3b5e9
to
2bca8bb
Compare
Thanks @LoganDupont ! |
@@ -31,7 +31,7 @@ export const routeMeta: RouteMeta = { | |||
content: '/api/v1/og-image', | |||
}, | |||
{ | |||
name: 'twitter:image', | |||
name: 'x:image', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one needs to remain as twitter
as its the original metatag. There's no meta tag for x. Same in other places below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, what you said is correct. Seems that I replaced to much of it. I will fix it in a new PR. Thanks for notifying me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed in #390
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Use of twitter keyword in codebase and twitter logo
Issue Number: 386
What is the new behavior?
Use of x keyword in codebase and x logo
Does this PR introduce a breaking change?
There are changes in the openApi yaml where property
twitterUrl
changed toxUrl
Other information