Trailing Slash on Assets

I’m working on making my own theme and for some reason when I reference assets from a CSS file or JS file it redirects the asset to have a trailing / on the end creating a 404. Does anyone have any insight into this? I’m very familiar with Django and they had a setting to set STATIC_ROUTE and collect static files. Does Ghost Blog have a setting that I’m missing so that it doesn’t break my asset URLs?

Screen Shot 2020-04-09 at 12.25.45 PM

Figured it out. It was a browser cache issue. Der der der.