Site problem when hosting on github

When I run the site via hugo server -D it works fine, everything freezes, everything is fine. But after uploading to Github Pages: The downloads link does not open - it says 404, the tags are not displayed, and, although this is not so important, only what I have entered into the index.md is displayed on the main page (while it shows on localhost, there are post previews)

links:

repo with project: GitHub - anyatomik/astra_learn

the site itself: Astra-learn

Search your content for draft = true. Then change it to draft = false or delete the line.

And this is causing really slow loads:

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>

1 Like

Thanks so much! That`s really helped

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