I deployed my site but for some reason it has no CSS on it

Here is the repo:

And the deployment:

When viewing your site, open your browser’s dev tools console:

It’s looking for items like:

https://seamiess.github.io/css/main.css

When it should be looking for:

https://seamiess.github.io/mfp/css/main.css

I switched from 'baseURL = ‘https://seamiess.github.io/mfp’ to 'baseURL = ‘https://seamiess.github.io/’ and the CSS rendered properly, but now it lost track of other paths

Never mind, I just had to rebuild!
Thanks for the remark :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.