I have two issues
- I have migrated my main site but its not pushing updates to my domain. Even though every commit DOES trigger a new build.
- I have setup a examplesite for one of my themes but its not pushing the built version to the custom domain.
This is the repository for the main site, and this is for the theme examplesite.
I have tried troubleshooting the theme issue by:
- re-creating worker instance
- change
wrangler.toml
location from/
toexamplesite
- change location of the asset directory in
wrangler.toml
for my main site, everything seems good to me so I have no idea where to even start troubleshooting.