Css is not applied

I created index.html for pagination instead of index.md. And added ‘paginate_path: “/ page: num”’ to config.yml. There is no problem with the homepage. But when I click on page 2 or 3 on pagination, images and css do not appear.

Hi can you provide a repo and site link so we can read and give advice?

Also you gonna want to open up your dev console in the browser and look at console and see what CSS paths etc. are getting loaded. You can inspect the HTML on the page too.

Once you understand the paths (too few or too many characters) then you have more info to inform the next step.

I’d say test locally and on the remote site and with pagination disabled to narrow down where the problem occurs.

Hi micheal, ı solved it. thanks