Design comparison
Community feedback
- @mattstuddertPosted about 5 years ago
Awesome work on this challenge Diana, your solution looks great! Just a quick heads up that because your Live URL is using
http
as opposed tohttps
the Live Preview link isn't currently showing your site. You can update the URL by clicking on the 3 vertical dots by the solution title and selecting "Edit Solution". As long as the URL starts withhttps
it will show in the live preview.Keep up the great work!
0@diana-frontdevPosted about 5 years ago@mattstuddert Thank you. Yes, I was wondering why the live preview isn't showing up. My github pages redirects to a custom website, to which I cannot add a certificate because the code is hosted on github.. Is there really no way to show
http
links? :( Anyway, I will add the project somewhere else in the future and update the link accordingly0@mattstuddertPosted about 5 years ago@dianastanciu no worries! Unfortunately, all links to the live previews need to be
https
. This is because we usehttps
and so to load any external resource in aniframe
the loaded content also needs to be served overhttps
.This might not be an ideal workflow, but you could always use a service like Netlify to produce the live preview link, which would still be connected to your GitHub repo, but would be separate from redirected GitHub Pages link.
0@mattstuddertPosted about 5 years ago@dianastanciu great! I see you used Netlify as well. It's a great service!
0@diana-frontdevPosted about 5 years ago@mattstuddert Thanks for the tip! I will give it a go.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord