How to deploy Shopify hydrogen V2 to Cloudflare wo...
# workers-help
x
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
If I'm not mistaken, hydrogen is a frontend for shopify, right?
Built with react
So that would make it a set of static assets, which would be better deployed on pages?
If not, what tools/commands do you use to deploy to workers?
x
@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