capri-js / capri

Build static sites with interactive islands
https://capri.build
MIT License
200 stars 5 forks source link

React helmet #45

Closed vincent-vade closed 1 year ago

vincent-vade commented 1 year ago

Hi,

I like capri and it useful library...

I'm actually working on head seo tag and i've try to add react helmet but not successfully. Do you have any example or suggestion how to implement it ?

regards

Vincent

fgnass commented 1 year ago

Sure, here is a quick example: https://stackblitz.com/edit/capri-helmet?file=src%2Fmain.server.tsx

The only thing that is currently not supported is using helmet.htmlAttributes and helmet.bodyAttributes.

vincent-vade commented 1 year ago

@fgnass Perfect thank for the example