efdevcon / devcon-archive

The devcon archive
https://archive.devcon.org
MIT License
4 stars 1 forks source link

Fix HTML errors #46

Open ligi opened 4 years ago

ligi commented 4 years ago

https://validator.w3.org/nu/?doc=https%3A%2F%2Fdeploy-preview-42--devcon-archive.netlify.com%2F

pauljickling commented 4 years ago

I started investigating some of these errors. I believe some of the errors in the head tag can be fixed eventually, but it will involve some trial and error with changing the configuration of how Gatsby builds static pages.

Most of the errors are from the Gatsby Image plugin, and it has been a bit more difficult to figure out how address those errors. I am not sure why yet, but for some reason the plugin is not adding a type property to source tags.