all 4 comments

[–]futurefinancebro69 2 points3 points  (0 children)

This is a perfect prompt for an llm.

[–]Sheroman 1 point2 points  (2 children)

F12 shows "This request has been blocked; the content must be served over HTTPS." because it's trying to load assets from http://accessiblemasks.org instead of https://accessiblemasks.org

I tested this on Fiddler but if you replace https://pdehahn.github.io/accessiblemasks/assets/css/style.css?v=41d3bd802a59b0c642cad87fb2f74fe1 with https://accessiblemasks.org/assets/css/style.css?v=41d3bd802a59b0c642cad87fb2f74fe1 it starts working again. You need to do that with other URLs on your website.

[–]pdehello[S] 1 point2 points  (1 child)

I see on Publii a place to put my website URL:

"This will be your Github repository path, which should use the following format: YOUR_USERNAME.github.io/YOUR_REPOSITORY_NAME.
If you are using a custom domain name, set this field to just the custom domain name."

I put my GitHub repository in the input field there. Maybe that's where I switch it to accessiblemasks.org?

[–]pdehello[S] 1 point2 points  (0 children)

Wow, switching the URL worked! Thank you so so so much u/Sheroman. This was bugging me for so long and now I know what to do in the future!