Problem Loading Assets using Herd with Expose
I am trying to use Laravel Herd with Expose to share my filament site. The site loads, but for some reason the assets are trying to load over port 8080 instead of 80. Can anyone point me in the right direction of how to solve this? The site loads fine locally, I updated the APP_URL in the .env to the Expose url, but still same behaviour
Solution
I finally figured out my problem. The ASSET_URL fixed it, however it did not work before because I have another copy of the project in a different one of my Herd paths. it was picking up that project instead of the one i was editing. Thanks everyone for the help.