I pushed a new version of my website, but now the CSS and static images are not deploying properly.
Here is the messed up page: http://www.gaiagps.com
Appeng
Make sure to add wildcard at the end of the url and service setup on dispatch.yaml file.
Example:
dispatch: - url: "example.com/*" service: default - url: "sub.example.com/*" service: subexample