-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fix meta description so that embeds are properly formatted #32
Comments
The home page title should be <title>OpenFGA | Fine Grained Authorization</title> |
Note that in Docusaurus, each page's title in metadata will be " | ". This is not something that is customizable at this moment. As such, the home page title should be |
Currently we have a placeholder description that will show up if someone copy/pastes the URL into Discord (and likely also in Twitter, Slack, etc).
We should audit this and craft the right meta data so that the project logo and description show up correctly.
Side note: the title is also repeating needlessly on the homepage.
The text was updated successfully, but these errors were encountered: