You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Thank you for this project! I have one request regarding the portable text handling in this project. The way it is currently handled is by rendering to html via @portabletext/[email protected] and setting the html string directly on a fragment.
There is an Astro native way to do this which lets you emit Astro components instead: https://github.com/theisel/astro-portabletext. Would you consider updating your project to leverage this module instead?
Thank you for this project! I have one request regarding the portable text handling in this project. The way it is currently handled is by rendering to html via
@portabletext/[email protected]
and setting the html string directly on a fragment.There is an Astro native way to do this which lets you emit Astro components instead: https://github.com/theisel/astro-portabletext. Would you consider updating your project to leverage this module instead?
It then becomes
And you can write proper Astro components for your custom types
Thanks again for the work on this!
The text was updated successfully, but these errors were encountered: