I finally deploy hydrogen to Cloudflare workers, but it kinda of losing all the css styling. Does anyone encounter the same issue and how to resolve it? Many thanks!
j
Jori
04/14/2023, 9:04 AM
If I'm not mistaken, hydrogen is a frontend for shopify, right?
Jori
04/14/2023, 9:04 AM
Built with react
Jori
04/14/2023, 9:04 AM
So that would make it a set of static assets, which would be better deployed on pages?
Jori
04/14/2023, 9:05 AM
If not, what tools/commands do you use to deploy to workers?
x
xnslx
04/14/2023, 1:29 PM
@Jori yes. The version2 built based on Remix. Hmmm, since it can be used for a very large headless e-commerce website, with tons of user interaction. I am assuming it is better to deploy to workers. I am just following the instructions using Wrangler