-
Notifications
You must be signed in to change notification settings - Fork 1
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(masterbots.ai): dynamic og image design and metadata #221
Conversation
…adata (#215) * feat: added og api endpoint * feat: design og image for dark mode * fix: file formated * fix: amend og image to pick current theme color and adapt * feat: added custom metadata to thread page * feat: added custom metadata to bot page * fix: clean up * fix: move bg to a component * fix: move og-image design to a component * fix: use variable for URL * fix: to slug func * ⚡️ Move and clean up UrlToSlug * fix(masterbots.ai): zod dependecy * fix: type error * fix: type error for metadata * fix: clean and build fix --------- Co-authored-by: Roberto Lucas <andler.dev@gmail.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Page usage example: https://masterbots.ai/technology/ff0838e1-efd9-4046-843b-d413cbfa70ff
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 am looking now that this change is from the b
folder, so we have also this: https://masterbots.ai/b/technology/ff0838e1-efd9-4046-843b-d413cbfa70ff . I think we should be using instead masterbots.ai/b/[id]/[thread_id]
for sharing and site map in general, since it makes more sense when navigating the bot threads, mainly because the focus is the perspective of blogs created by the Ai.
Let me know what you think, @gaboesquivel .
cc - @merivercap @TopETH
@AndlerRL build is failing |
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.
vercel build fails
MB current status is superior to this version (and branch). Search implementations will be made by using along with the ICL that is currently in develop by one of our collaborators. This ICL will vector the data and relate the search with the content that exist in main database and the (ICL) metadata. Search is not yet at the current MB roadmap but for later development. If we have to work on search, it will be on a version different from this one. Closing Draft PR. |
Cherry-Pick From PR #215 . Branch Based On The
search
Branch.feat: added og api endpoint
feat: design og image for dark mode
fix: file formated
fix: amend og image to pick current theme color and adapt
feat: added custom metadata to thread page
feat: added custom metadata to bot page
fix: clean up
fix: move bg to a component
fix: move og-image design to a component
fix: use variable for URL
fix: to slug func
⚡️ Move and clean up UrlToSlug
fix(masterbots.ai): zod dependecy
fix: type error
fix: type error for metadata
fix: clean and build fix