devedmonton / DES-Website

The Dev Edmonton Society website! We empower Edmonton Developers!
https://devedmonton.com
MIT License
22 stars 52 forks source link

Fix the head tags to avoid hydration errors #263

Closed DerrykBoyd closed 11 months ago

DerrykBoyd commented 11 months ago

Fix formatting and add some ignore settings

What issue is this referencing?

This should fix the following issues #259 #258 and #261

The main issue here was the use of invalid head tags, see the Nuxt docs linked below that states that the tags must be uppercase so that it uses the Vue components and not the html tags

https://nuxt.com/docs/getting-started/seo-meta#components

Does the following command run without warnings or errors?

Have you taken a look at our contributing guidelines?

My node version matches the one suggested when running nvm use?

MandyMeindersma commented 11 months ago

Thank you so much @DerrykBoyd 🙏