EugeneCodeCamp / EugeneCodeCamp.github.io

Website for Eugene Code Camp
1 stars 1 forks source link

add title and description in nuxt.config for SEO purposes #35

Closed petrazoid closed 4 years ago

petrazoid commented 4 years ago

I put the generic title/description on the nuxt.config file. Once we have pages, we can put the meta data in the head method on the individual pages. I don't think there's ever a reason to use the package title/description, but let me know if I should update those, too.

resolves https://github.com/EugeneCodeCamp/EugeneCodeCamp.github.io/issues/27